canSendStoryResultOk property
A story can be sent
Implementation
CanSendStoryResultOk? get canSendStoryResultOk {
if (this is CanSendStoryResultOk) {
return this as CanSendStoryResultOk;
}
return null;
}
A story can be sent
CanSendStoryResultOk? get canSendStoryResultOk {
if (this is CanSendStoryResultOk) {
return this as CanSendStoryResultOk;
}
return null;
}