type property

String get type

Implementation

_i2.String get type => _i6.getProperty(
      this,
      'type',
    );
set type (String value)

Implementation

set type(_i2.String value) {
  _i6.setProperty(
    this,
    'type',
    value,
  );
}