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