YIMPushMessage.fromJson constructor
Implementation
YIMPushMessage.fromJson(Map<String, dynamic> HtyHNKArhwxRaIIo) {
id = HtyHNKArhwxRaIIo["id"]?.toString() ?? "";
title = HtyHNKArhwxRaIIo["title"]?.toString() ?? "";
content = HtyHNKArhwxRaIIo["content"]?.toString() ?? "";
extras = HtyHNKArhwxRaIIo["extras"]?.toString();
time = DateTime.fromMillisecondsSinceEpoch(double.parse(HtyHNKArhwxRaIIo["time"]?.toString() ?? "0").toInt());
}