pending property Null safety
Implementation
UserMessage get pending => BaseMessage.msgFromJson<UserMessage>(
payload,
channelType: channelType,
type: cmd,
)!;
UserMessage get pending => BaseMessage.msgFromJson<UserMessage>(
payload,
channelType: channelType,
type: cmd,
)!;