CustomerInformationNeededResponse constructor Null safety

CustomerInformationNeededResponse(
  1. List<String>? fields
)

Implementation

CustomerInformationNeededResponse(this.fields);