ClientDetails constructor
ClientDetails({
- required int clientId,
- required String clientTelephone,
- required int clientActive,
- required String clientPhoneId,
- required String clientPhoneOs,
- required int countryId,
- required int clientStore,
- required String createdAt,
- required String updatedAt,
- required int isConnect,
- required int activeSubscription,
- required int clientSubscribed,
- required String clientOperator,
- required int subStoreExpired,
- required String subscriptionType,
- required bool isPremium,
- required Store store,
Implementation
ClientDetails({
required this.clientId,
required this.clientTelephone,
required this.clientActive,
required this.clientPhoneId,
required this.clientPhoneOs,
required this.countryId,
required this.clientStore,
required this.createdAt,
required this.updatedAt,
required this.isConnect,
required this.activeSubscription,
required this.clientSubscribed,
required this.clientOperator,
required this.subStoreExpired,
required this.subscriptionType,
required this.isPremium,
required this.store,
});