PushSubscriptionItemResponse.fromJson constructor

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

Implementation

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