EghlMessageBaseModel constructor

const EghlMessageBaseModel({
  1. required String msgType,
  2. required String posDateTime,
})

Implementation

const EghlMessageBaseModel(
    {required this.msgType, required this.posDateTime});