SubscriptionsInfo.fromJson constructor

SubscriptionsInfo.fromJson(
  1. String source
)

Implementation

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