AssetPlatform class

A class representing an asset platform with its details.

Constructors

AssetPlatform.fromJson(Map<String, dynamic> json)
Constructs an AssetPlatform instance from a JSON map.

Properties

chainIdentifier int?
The chain identifier of the asset platform, if available.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier of the asset platform.
final
name String
The name of the asset platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortName String
The short name of the asset platform.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns a string representation of the AssetPlatform instance.
override

Operators

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