RejectEntitlementRequest.fromJson constructor

RejectEntitlementRequest.fromJson(
  1. Map json_
)

Implementation

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