RemoveMatterPermissionsRequest.fromJson constructor
RemoveMatterPermissionsRequest.fromJson(
- Map json_
Implementation
RemoveMatterPermissionsRequest.fromJson(core.Map json_)
: this(
accountId: json_['accountId'] as core.String?,
);