Subscriber.fromJson constructor

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

Implementation

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