types property

List<String?>? types

Implementation

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

Implementation

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