isNotPlain property
bool
get
isNotPlain
Returns true
if this operation sets at least one attribute.
Implementation
bool get isNotPlain => !isPlain;
Returns true
if this operation sets at least one attribute.
bool get isNotPlain => !isPlain;