SubscriptionLog.fromJson constructor

SubscriptionLog.fromJson(
  1. String source
)

Implementation

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