canSendStoryResultOk property

CanSendStoryResultOk? canSendStoryResultOk

A story can be sent

Implementation

CanSendStoryResultOk? get canSendStoryResultOk {
  if (this is CanSendStoryResultOk) {
    return this as CanSendStoryResultOk;
  }
  return null;
}