isPlain property
bool
get
isPlain
Returns true
if this operation has no attributes, e.g. is plain text.
Implementation
bool get isPlain => _attributes == null || _attributes!.isEmpty;
Returns true
if this operation has no attributes, e.g. is plain text.
bool get isPlain => _attributes == null || _attributes!.isEmpty;