isInitial property

bool isInitial

Returns true if the message is in initial state.

Implementation

bool get isInitial => this is MessageInitial;