Client constructor
Client({
- int? clientId,
- String? clientFirstName,
- String? clientLast,
- String? clientPhoneNumber,
- String? clientGender,
- int? clientAge,
- int? clientActive,
- String? clientPhoneId,
- int? clientPhoneOs,
- int? countryId,
- int? clientStore,
- String? source,
- String? clientAuth,
- String? entryBy,
- String? clientEmail,
- int? clientCity,
- dynamic subStore,
- dynamic subStoreEndDate,
- dynamic tpvPreferences,
- dynamic authProvider,
- dynamic authProviderId,
- int? isConnect,
- dynamic avatar,
- dynamic externalId,
- dynamic deviceId,
- int? activeSubscription,
- int? clientSubscribed,
- String? clientOperator,
- int? subStoreExpired,
- String? subscriptionType,
- bool? isPremium,
- Store? store,
- List<
Login> ? login, - String? emailVerifiedAt,
- bool? receiveNotificationAcceptation,
- String? city,
- String? postalCode,
- String? birthDate,
- String? address,
Implementation
Client({
this.clientId,
this.clientFirstName,
this.clientLast,
this.clientPhoneNumber,
this.clientGender,
this.clientAge,
this.clientActive,
this.clientPhoneId,
this.clientPhoneOs,
this.countryId,
this.clientStore,
this.source,
this.clientAuth,
this.entryBy,
this.clientEmail,
this.clientCity,
this.subStore,
this.subStoreEndDate,
this.tpvPreferences,
this.authProvider,
this.authProviderId,
this.isConnect,
this.avatar,
this.externalId,
this.deviceId,
this.activeSubscription,
this.clientSubscribed,
this.clientOperator,
this.subStoreExpired,
this.subscriptionType,
this.isPremium,
this.store,
this.login,
this.emailVerifiedAt,
this.receiveNotificationAcceptation,
this.city,
this.postalCode,
this.birthDate,
this.address,
});