isTransient property

bool get isTransient

Indicates whether this Message is transient.

Implementation

bool get isTransient => _transient ?? false;