Reserves class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- Reserves.new({required String asset0, required String asset1})
-
const
-
Reserves.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{String? asset0, String? asset1}) → Reserves -
Available on Reserves, provided by the $ReservesExtension extension
-
copyWithWrapped(
{Wrapped< String> ? asset0, Wrapped<String> ? asset1}) → Reserves -
Available on Reserves, provided by the $ReservesExtension 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 Reserves Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(Reserves instance)