RemoveMatterPermissionsRequest.fromJson constructor

RemoveMatterPermissionsRequest.fromJson(
  1. Map json_
)

Implementation

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