ApproveEntitlementPlanChangeRequest.fromJson constructor

ApproveEntitlementPlanChangeRequest.fromJson(
  1. Map json_
)

Implementation

ApproveEntitlementPlanChangeRequest.fromJson(core.Map json_)
    : this(
        pendingPlanName: json_.containsKey('pendingPlanName')
            ? json_['pendingPlanName'] as core.String
            : null,
      );