UWalletTxnResponse constructor
UWalletTxnResponse({
- required String id,
- required List<
int> tags, - required UBaseJson jsonData,
- required DateTime createdAt,
- required double amount,
- required String senderId,
- required String receiverId,
- required List<
String> adminUserIds, - UUserResponse? sender,
- UUserResponse? receiver,
- UUserResponse? creator,
- String? creatorId,
Implementation
UWalletTxnResponse({
required this.id,
required this.tags,
required this.jsonData,
required this.createdAt,
required this.amount,
required this.senderId,
required this.receiverId,
required this.adminUserIds,
this.sender,
this.receiver,
this.creator,
this.creatorId,
});