UserTransfer class

Annotations
  • @JsonSerializable()

Constructors

UserTransfer({required String id, required String type, double? amount, double? balance, required String description, User? user, Account? account, required String doneAt, double? moneyAmount, double? pointAmount, String? transactionId})
UserTransfer.fromJson(Map<String, dynamic> json)
factory

Properties

account Account?
final
amount double?
final
balance double?
final
description String
final
doneAt String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
moneyAmount double?
final
pointAmount double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionId String?
final
type String
final
user User?
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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited