isView property
dynamic Function([dynamic])
get
isView
Implementation
_i2.dynamic Function([_i2.dynamic]) get isView =>
([_i2.dynamic p0]) => _i6.callMethod(
_i6.getProperty(
this,
'isView',
),
r'call',
[
this,
p0,
],
);
set
isView
(dynamic value([dynamic]))
Implementation
set isView(_i2.dynamic Function([_i2.dynamic]) value) {
_i6.setProperty(
this,
'isView',
_i6.allowInterop(value),
);
}