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