msgLocalId property

String? msgLocalId
getter/setter pair

Implementation

String? _msgId,
    msgLocalId = DateTime.now().millisecondsSinceEpoch.toString() +
        Random().nextInt(99999).toString();