isNotMessageRef property

bool get isNotMessageRef

Returns true if this data is not MessageRef, otherwise false.

Implementation

bool get isNotMessageRef => !isMessageRef;