isMessageCreation property
bool
get
isMessageCreation
Whether the step is a message creation.
Implementation
bool get isMessageCreation => type == RunStepType.messageCreation;
Whether the step is a message creation.
bool get isMessageCreation => type == RunStepType.messageCreation;