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