isPlain property

bool isPlain

Returns true if this operation has no attributes, e.g. is plain text.

Implementation

bool get isPlain => (_attributes == null || _attributes!.isEmpty);