PushSubscribeResponse.fromJson constructor

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

Implementation

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