types property

List<String?>? get types

Implementation

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

Implementation

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