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