CmcPoolStats class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- CmcPoolStats.new({required String baseId, required String baseLiquidity, required String baseName, required String baseSymbol, required String baseVolume, required String lastPrice, required String quoteId, required String quoteLiquidity, required String quoteName, required String quoteSymbol, required String quoteVolume, required String url})
-
const
-
CmcPoolStats.fromJson(Map<
String, dynamic> json) -
factory
Properties
- baseId → String
-
final
- baseLiquidity → String
-
final
- baseName → String
-
final
- baseSymbol → String
-
final
- baseVolume → String
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- lastPrice → String
-
final
- quoteId → String
-
final
- quoteLiquidity → String
-
final
- quoteName → String
-
final
- quoteSymbol → String
-
final
- quoteVolume → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String
-
final
Methods
-
copyWith(
{String? baseId, String? baseLiquidity, String? baseName, String? baseSymbol, String? baseVolume, String? lastPrice, String? quoteId, String? quoteLiquidity, String? quoteName, String? quoteSymbol, String? quoteVolume, String? url}) → CmcPoolStats -
Available on CmcPoolStats, provided by the $CmcPoolStatsExtension extension
-
copyWithWrapped(
{Wrapped< String> ? baseId, Wrapped<String> ? baseLiquidity, Wrapped<String> ? baseName, Wrapped<String> ? baseSymbol, Wrapped<String> ? baseVolume, Wrapped<String> ? lastPrice, Wrapped<String> ? quoteId, Wrapped<String> ? quoteLiquidity, Wrapped<String> ? quoteName, Wrapped<String> ? quoteSymbol, Wrapped<String> ? quoteVolume, Wrapped<String> ? url}) → CmcPoolStats -
Available on CmcPoolStats, provided by the $CmcPoolStatsExtension extension
-
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.
override
Constants
-
fromJsonFactory
→ const CmcPoolStats Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(CmcPoolStats instance)