YIMPushMessage.fromJson constructor

YIMPushMessage.fromJson(
  1. Map<String, dynamic> HtyHNKArhwxRaIIo
)

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());
}