NotificarePushSubscription.fromJson constructor

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

Implementation

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