isMessageCreation property

bool get isMessageCreation

Whether the step is a message creation.

Implementation

bool get isMessageCreation => type == RunStepType.messageCreation;