factory PushNotifParams.fromJson(Map<String, dynamic> data) { return PushNotifParams( teamId: data['teamId'], bundleId: data['bundleId'], ); }