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