static PushNotificationModel fromJson(String jsonString) { return fromMap(json.decode(jsonString)); }