UpdateNotificationResponse.fromJson constructor

UpdateNotificationResponse.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory UpdateNotificationResponse.fromJson(Map<String, dynamic> _) {
  return UpdateNotificationResponse();
}