Transaction constructor
Transaction({})
Implementation
Transaction({
required this.value,
this.properties,
required this.id,
required this.walletId,
required this.type,
required this.status,
required this.rewardType,
required this.note,
required this.createdAt,
required this.updatedAt,
required this.v,
});