ADAPoolMetadataResponse class

Constructors

ADAPoolMetadataResponse({required String poolId, required String hex, String? url, String? hash, String? ticker, String? name, String? description, String? homepage})
ADAPoolMetadataResponse.fromJson(Map<String, dynamic> json)
factory

Properties

description String?
final
hash String?
final
hashCode int
The hash code for this object.
no setterinherited
hex String
final
homepage String?
final
name String?
final
poolId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ticker String?
final
url String?
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