GrantRoleKeyQuery constructor
GrantRoleKeyQuery({
- String? roleKey,
- TextQueryMethod? method,
Implementation
factory GrantRoleKeyQuery({
$core.String? roleKey,
$8.TextQueryMethod? method,
}) {
final $result = create();
if (roleKey != null) {
$result.roleKey = roleKey;
}
if (method != null) {
$result.method = method;
}
return $result;
}