ADAOffchainMetadata class
Constructors
- ADAOffchainMetadata.new({required String name, required String description, String? ticker, String? url, String? logo, int? decimals})
-
ADAOffchainMetadata.fromJson(Map<
String, dynamic> json) -
factory
Properties
- decimals → int?
-
Number of decimal places of the asset unit
final
- description → String
-
Asset description
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- logo → String?
-
Base64 encoded logo of the asset
final
- name → String
-
Asset name
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- ticker → String?
-
Asset ticker
final
- url → String?
-
Asset website
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited