ImageBean class

Inheritance

Constructors

ImageBean.new({String? originPath, String? middlePath, String? thumbPath, int? originalWidth, int? originalHeight, AssetEntity? entity, int? imgType, String? demoPath, String? previewDemoPath, String? tag})

Properties

demoPath String?
getter/setter pairinherited
entity AssetEntity?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index int
getter/setter pairinherited
middlePath String?
middle picture file path.
getter/setter pair
originalHeight int?
original image height.
getter/setter pair
originalWidth int?
original image width.
getter/setter pair
originPath String?
origin picture file path.
getter/setter pair
preViewDemo String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected bool
getter/setter pairinherited
tag String
getter/setter pairinherited
thumbPath String?
thumb picture file path. It is recommended to use a thumbnail picture,because the original picture is too large, it may cause repeated loading and cause flashing.
getter/setter pair
type int
getter/setter pairinherited

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.
inherited