RecordsQueryResponse constructor

RecordsQueryResponse({
  1. List<Field>? fields,
  2. RecordMetadata? metadata,
  3. List<Map<String, dynamic>>? data,
})

Implementation

RecordsQueryResponse({
  this.fields, this.metadata, this.data
});