RevokeSubscriptionRequest.fromJson constructor

RevokeSubscriptionRequest.fromJson(
  1. Map json_
)

Implementation

RevokeSubscriptionRequest.fromJson(core.Map json_)
  : this(revokeCommercial: json_['revokeCommercial'] as core.bool?);