CurrencyAssetMetadata class

Constructors

CurrencyAssetMetadata({required String name, required String description, String? ticker, String? url, int decimals = 0})

Properties

decimals int
Number of decimals in currency. ADA has 6. Default is 0.
final
description String
Asset description
final
hashCode int
The hash code for this object.
no setterinherited
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?
final
url String?
Asset website
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