AssetPlatform class
Asset platform data wrapper
Constructors
-
AssetPlatform.fromJson(Map<
String, dynamic> json)
Properties
- chainIdentifier → int?
-
Chain identifier of the asset platform
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
Asset platform identifier
final
- name → String
-
Asset platform name
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shortName → String
-
Short name of the asset platform
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited