PushSubscribeRequestKeys.fromJson constructor

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

Implementation

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