NFTDetailModel class

Constructors

NFTDetailModel({String? hash, NFTDetailModelType? type, String? value, String? fingerprint, DateTime? minted, DateTime? synced, DateTime? listed, double? amount})

Properties

amount String
no setter
fingerprint String?
getter/setter pair
hash String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
listed DateTime?
getter/setter pair
minted DateTime?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
synced DateTime?
getter/setter pair
type NFTDetailModelType?
getter/setter pair
value String?
getter/setter pair

Methods

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