appid property
bool?
get
appid
Implementation
_i2.bool? get appid => _i4.getProperty(
this,
'appid',
);
set
appid
(bool? value)
Implementation
set appid(_i2.bool? value) {
_i4.setProperty(
this,
'appid',
value ?? _i6.undefined,
);
}