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