DataSerializableMixin mixin

Data Serializable

Mixin applications

Properties

binaryData String
Casts rawData to a binary encoded String.
no setter
hashCode int
The hash code for this object.
no setterinherited
isBinary bool
True if rawData is a binary encoded List.
no setter
isJson bool
True if rawData is a JSON object.
no setter
jsonData Map<String, dynamic>
Casts rawData to a JSON object.
no setter
rawData Object?
A Serializable class for Account and Transaction data. Account or Transaction data.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

decode(dynamic data) → dynamic
Checks if data is a binary encoded string and converts it to a List.