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