Datum class

Constructors

Datum({String? image, String? align, int? imagewidth, int? imageheight, String? text, int flex = 1, String? textsize, bool? bold, bool? textwrap})
Datum.fromJson(Map<String, dynamic> json)
factory

Properties

align String?
getter/setter pair
bold bool?
getter/setter pair
flex int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image String?
getter/setter pair
imageheight int?
getter/setter pair
imagewidth int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
getter/setter pair
textsize String?
getter/setter pair
textwrap bool?
getter/setter pair

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

Operators

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