types property

List<String>? get types

Implementation

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

Implementation

set types(_i2.List<_i2.String>? value) {
  _i4.setProperty(
    this,
    'types',
    value ?? _i6.undefined,
  );
}