SubscriberUpdateStream.fromJson constructor Null safety
- String source
Implementation
factory SubscriberUpdateStream.fromJson(String source) =>
SubscriberUpdateStream.fromMap(json.decode(source));
factory SubscriberUpdateStream.fromJson(String source) =>
SubscriberUpdateStream.fromMap(json.decode(source));