fields property

List<String?>? fields

Implementation

List<String?>? get fields => getProperty(this, 'fields')?.cast<String?>();
void fields=(List<String?>? value)

Implementation

set fields(List<String?>? value) {
  setProperty(this, 'fields', value);
}