List<String?>? get fields => getProperty(this, 'fields')?.cast<String?>();
set fields(List<String?>? value) { setProperty(this, 'fields', value); }