RevokeAuthorizationRequest.fromJson constructor

RevokeAuthorizationRequest.fromJson(
  1. Map json_
)

Implementation

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