msgLocalId property Null safety
read / write
Implementation
String? _msgId,
msgLocalId = DateTime.now().millisecondsSinceEpoch.toString() +
Random().nextInt(99999).toString();
String? _msgId,
msgLocalId = DateTime.now().millisecondsSinceEpoch.toString() +
Random().nextInt(99999).toString();