SubscriptionId.fromJson constructor
SubscriptionId.fromJson(
- Object? json
Implementation
factory SubscriptionId.fromJson(Object? json) =>
SubscriptionId(id: (json as String));
factory SubscriptionId.fromJson(Object? json) =>
SubscriptionId(id: (json as String));