UUserResponse constructor
UUserResponse({
- required String id,
- required DateTime createdAt,
- required UUserJson jsonData,
- required List<
int> tags, - required String userName,
- required List<
String> adminUserIds, - String? landLine,
- String? phoneNumber,
- String? email,
- String? firstName,
- String? lastName,
- String? nationalCode,
- String? bio,
- DateTime? birthdate,
- List<
UCategoryResponse> ? categories, - List<
UMediaResponse> ? media, - List<
UAddressResponse> ? addresses, - List<
UMerchantResponse> ? merchants, - List<
UWalletResponse> ? wallets, - List<
UTxnResponse> ? txns, - List<
UBankAccountResponse> ? bankAccounts, - List<
USimCardResponse> ? simCards, - String? nationalCardFront,
- String? nationalCardBack,
- String? birthCertificateFirst,
- String? birthCertificateSecond,
- String? birthCertificateThird,
- String? birthCertificateForth,
- String? birthCertificateFifth,
- String? visualAuthentication,
- String? eSignature,
- UUserResponse? creator,
- String? creatorId,
Implementation
UUserResponse({
required this.id,
required this.createdAt,
required this.jsonData,
required this.tags,
required this.userName,
required this.adminUserIds,
this.landLine,
this.phoneNumber,
this.email,
this.firstName,
this.lastName,
this.nationalCode,
this.bio,
this.birthdate,
this.categories,
this.media,
this.addresses,
this.merchants,
this.wallets,
this.txns,
this.bankAccounts,
this.simCards,
this.nationalCardFront,
this.nationalCardBack,
this.birthCertificateFirst,
this.birthCertificateSecond,
this.birthCertificateThird,
this.birthCertificateForth,
this.birthCertificateFifth,
this.visualAuthentication,
this.eSignature,
this.creator,
this.creatorId,
});