BlockData class

Constructors

BlockData({String? id, String? type, Map<String, dynamic>? extras, List<Meta>? metaList, List<Btn>? btnList, List<Img>? imgList, String? blockClass, Map<String, ActionData>? actionData})
BlockData.fromMap(Map<String, dynamic> map)
factory

Properties

actionData Map<String, ActionData>?
getter/setter pair
blockClass String?
getter/setter pair
btnList List<Btn>?
getter/setter pair
extras Map<String, dynamic>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
imgList List<Img>?
getter/setter pair
metaList List<Meta>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
getter/setter pair

Methods

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

Operators

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