ListNotificationsOutput.fromJson constructor

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

Implementation

factory ListNotificationsOutput.fromJson(Map<String, dynamic> json) =>
    _$ListNotificationsOutputFromJson(json);