GetCustomerInfoProvidedField constructor Null safety

GetCustomerInfoProvidedField(
  1. String? type,
  2. String? description,
  3. List<String?>? choices,
  4. bool? optional,
  5. String? status,
  6. String? error
)

Implementation

GetCustomerInfoProvidedField(
    this.type, this.description, this.choices, this.optional, this.status, this.error);