ARKitMaterialImage class

Specifies the receiver's image. It might be either a name of an image stored in native iOS project or a full path to the file in the Flutter folder (/assets/image/img.jpg) or URL or base64 string (highly not recommended due to potential performance issues)

Inheritance
Annotations
  • @JsonSerializable()

Constructors

ARKitMaterialImage(String image)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
image String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
finalinherited

Methods

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

Operators

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

Static Methods

fromJson(Map<String, dynamic> json) ARKitMaterialImage
override