SchemaResponse constructor

SchemaResponse({
  1. required List<SchemaField> fields,
})

Implementation

SchemaResponse({required this.fields});