Metadata class
Constructors
- Metadata.new({required String name, required String symbol, required String uri, required String updateAuthority, required String mint})
-
const
-
Metadata.fromBinary(List<
int> sourceBytes) -
factory
Properties
Methods
-
getExternalJson(
) → Future< OffChainMetadata> -
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