NotificationsCapabilities_Notifications.fromJson constructor

NotificationsCapabilities_Notifications.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory NotificationsCapabilities_Notifications.fromJson(Map<String, dynamic> json) =>
    jsonSerializers.deserializeWith(serializer, json)!;