fallback property

String fallback

Implementation

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

Implementation

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