fallback property
String
get
fallback
Implementation
_i2.String get fallback => _i4.getProperty(
this,
'fallback',
);
set
fallback
(String value)
Implementation
set fallback(_i2.String value) {
_i4.setProperty(
this,
'fallback',
value,
);
}