UWalletResponse constructor
UWalletResponse({})
Implementation
UWalletResponse({
required this.id,
required this.tags,
required this.jsonData,
required this.balance,
required this.creatorId,
required this.adminUserIds,
this.createdAt,
this.creator,
});