Client constructor
Client({
- int? id,
- String? externalId,
- String? name,
- String? returnToLink,
- String? type,
- List<
AppleQuantityTypeClient> ? appleQuantityTypeClient, - List<
AppleCategoryTypeClient> ? appleCategoryTypeClient, - List<
GoogleParameterTypeClient> ? googleParameterTypeClient,
Implementation
Client({
this.id,
this.externalId,
this.name,
this.returnToLink,
this.type,
this.appleQuantityTypeClient,
this.appleCategoryTypeClient,
this.googleParameterTypeClient,
});