TDObject class
Constructors
- TDObject(MethodChannel? channel, String? a, String? b)
Properties
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