ADAMetadataLabelResponse class

Constructors

ADAMetadataLabelResponse({required String label, String? cip10, required String count})
ADAMetadataLabelResponse.fromJson(Map<String, dynamic> json)
factory

Properties

cip10 String?
CIP10 defined description
final
count String
The count of metadata entries with a specific label
final
hashCode int
The hash code for this object.
no setterinherited
label String
Metadata label
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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