notation property
Notation?
get
notation
Implementation
_i3.Notation? get notation => switch (_i5.getProperty(
this,
'notation',
)) {
_i2.String name => _i3.Notation.values.byName(name),
_ => null
};
set
notation
(Notation? value)
Implementation
set notation(_i3.Notation? value) {
_i5.setProperty(
this,
'notation',
value?.name ?? _i4.undefined,
);
}