CryptoCurrencyModel class
Constructors
- CryptoCurrencyModel({String? ticker, String? name, String? image, bool? hasExternalId, bool? isExtraIdSupported, bool? isFiat, bool? featured, bool? isStable, bool? supportsFixedRate, String? network, String? tokenContract, bool? buy, bool? sell, String? legacyTicker})
-
CryptoCurrencyModel.fromJson(Map<
String, dynamic> json)
Properties
- buy ↔ bool?
-
getter/setter pair
- featured ↔ bool?
-
getter/setter pair
- hasExternalId ↔ bool?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- image ↔ String?
-
getter/setter pair
- isExtraIdSupported ↔ bool?
-
getter/setter pair
- isFiat ↔ bool?
-
getter/setter pair
- isStable ↔ bool?
-
getter/setter pair
- legacyTicker ↔ String?
-
getter/setter pair
- name ↔ String?
-
getter/setter pair
- network ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sell ↔ bool?
-
getter/setter pair
- supportsFixedRate ↔ bool?
-
getter/setter pair
- ticker ↔ String?
-
getter/setter pair
- tokenContract ↔ String?
-
getter/setter pair
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJsonList(
List jsonList) → List< CryptoCurrencyModel>