ImageReference class

Annotations
  • @JsonSerializable(createFactory: false)

Constructors

ImageReference({required String path, required String name, String? description})

Properties

bytes Uint8List?
getter/setter pair
description String?
getter/setter pair
ext String
no setter
hashCode int
The hash code for this object.
no setteroverride
id int
getter/setter pairinherited
index int
getter/setter pairinherited
isAsset bool
no setter
isFile bool
no setter
isLast bool
getter/setter pairinherited
isMemory bool
no setter
isNetwork bool
no setter
localRId int?
getter/setter pairinherited
name String
getter/setter pair
order int
no setterinherited
path String
getter/setter pair
rId int
getter/setter pairinherited
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(covariant ImageReference other) bool
The equality operator.
override

Static Methods

fromBytes(Uint8List bytes, {String name = 'image', String? description}) ImageReference