secretChatStatePending property
The secret chat is not yet created; waiting for the other user to get online
Implementation
SecretChatStatePending? get secretChatStatePending {
if (this is SecretChatStatePending) {
return this as SecretChatStatePending;
}
return null;
}