RejectEntitlementPlanChangeRequest.fromJson constructor

RejectEntitlementPlanChangeRequest.fromJson(
  1. Map json_
)

Implementation

RejectEntitlementPlanChangeRequest.fromJson(core.Map json_)
  : this(
      pendingPlanName: json_['pendingPlanName'] as core.String?,
      reason: json_['reason'] as core.String?,
    );