msgId property
String
get
msgId
Gets the message ID.
return The message ID.
Implementation
String get msgId => _msgId ?? _msgLocalId;
Gets the message ID.
return The message ID.
String get msgId => _msgId ?? _msgLocalId;