SubscriptionScheduleConfigurationItemPlanId.fromJson constructor

SubscriptionScheduleConfigurationItemPlanId.fromJson(
  1. Object? json
)

Implementation

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