TDObject class

Constructors

TDObject(MethodChannel? channel, String? a, String? b)

Properties

appId String?
getter/setter pair
dataList List<Map<String, dynamic>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templateCode String?
getter/setter pair

Methods

arrayValue() Future<List?>
boolValue() Future<bool?>
doubleValue() Future<double?>
get(dynamic key, {dynamic defaultValue}) TDObject
intValue() Future<int?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
objectValue() Future<Map<String, dynamic>?>
stringValue() Future<String?>
toString() String
A string representation of this object.
inherited

Operators

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