isTransient property

bool isTransient

Indicates whether this Message is transient.

Implementation

bool get isTransient => _transient ?? false;