NotificationRegisterPushInput.fromJson constructor

NotificationRegisterPushInput.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory NotificationRegisterPushInput.fromJson(Map<String, Object?> json) =>
    _$NotificationRegisterPushInputFromJson(json);