Conversion class
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
Constructors
- Conversion({required String id, DateTime? settlementDate, DateTime? conversionDate, DateTime? createdAt, DateTime? updatedAt, String? status, String? buyCurrency, String? sellCurrency, Decimal? clientBuyAmount, Decimal? clientSellAmount, FixedSide? fixedSide, Decimal? coreRate})
-
Conversion.fromJson(Map<
String, dynamic> json) -
factory
Properties
- buyCurrency → String?
-
final
- clientBuyAmount → Decimal?
-
final
- clientSellAmount → Decimal?
-
final
- conversionDate → DateTime?
-
final
- coreRate → Decimal?
-
final
- createdAt → DateTime?
-
final
- fixedSide → FixedSide?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sellCurrency → String?
-
final
- settlementDate → DateTime?
-
final
- status → String?
-
final
- updatedAt → DateTime?
-
final
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