canShare property
Implementation
_i2.bool Function([_i3.ShareData?]) get canShare =>
([_i3.ShareData? p0]) => _i4.callMethod(
_i4.getProperty(
this,
'canShare',
),
r'call',
[
this,
p0 ?? _i6.undefined,
],
);
set
canShare
( )
Implementation
set canShare(_i2.bool Function([_i3.ShareData?]) value) {
_i4.setProperty(
this,
'canShare',
_i4.allowInterop(value),
);
}