DragBean class

@author: wzp_vicky @version: V1.1 @time: : 2024年1月19日13:39:45 @description: 选图的顶级父类,主要包含大图预览动画Hero组件需要的唯一标识tag和图片类型

Implementers

Constructors

DragBean({int index = 0, bool selected = false, String tag = "", AssetType? type, int pathType = 0, String? demoPath, String? preViewDemo})

Properties

demoPath String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index int
getter/setter pair
pathType int
getter/setter pair
preViewDemo String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected bool
getter/setter pair
tag String
getter/setter pair
type AssetType?
getter/setter pair

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