tag property

String? tag

Implementation

_i2.String? get tag => _i4.getProperty(
      this,
      'tag',
    );
void tag=(String? value)

Implementation

set tag(_i2.String? value) {
  _i4.setProperty(
    this,
    'tag',
    value ?? _i6.undefined,
  );
}