RealisticViewRasterImage class

A realistic view.

The fields describing the realistic view are RealisticViewRasterImage.realisticViewPngImageContent contains a PNG image of the realistic view and is represented as binary data. RealisticViewRasterImage.realisticViewType indicates the type of the realistic view. A valid realistic view contains a non-empty RealisticViewRasterImage.realisticViewPngImageContent. Use RealisticViewWarningListener to get notifications with the realistic views of the upcoming realistic view.

Constructors

RealisticViewRasterImage(Uint8List realisticViewPngImageContent)

Properties

hashCode → int
The hash code for this object.
no setter
realisticViewPngImageContent ↔ Uint8List
The full content of the realistic view raster image as binary data.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.