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