Category class
Category data wrapper
Constructors
-
Category.fromJson(Map<
String, dynamic> json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
Category identifier
final
- marketCap → double
-
Market capitalization for category
final
- marketCapChange24h → double
-
Market capitalization change in 24 hours
final
- name → String
-
Category name
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updatedAt → DateTime
-
The moment at which the data was updated
final
- volume24h → double
-
Trading volume in 24 hours
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited