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