GetCustomerInfoField constructor Null safety

GetCustomerInfoField(
  1. String? type,
  2. String? description,
  3. List<String?>? choices,
  4. bool? optional
)

Implementation

GetCustomerInfoField(this.type, this.description, this.choices, this.optional);