variant property

String get variant

Implementation

_i2.String get variant => _i4.getProperty(
      this,
      'variant',
    );
set variant (String value)

Implementation

set variant(_i2.String value) {
  _i4.setProperty(
    this,
    'variant',
    value,
  );
}