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