ResourceRPCSubtype constructor
ResourceRPCSubtype({
- ResourceName? subtype,
- String? protoService,
Implementation
factory ResourceRPCSubtype({
$14.ResourceName? subtype,
$core.String? protoService,
}) {
final $result = create();
if (subtype != null) {
$result.subtype = subtype;
}
if (protoService != null) {
$result.protoService = protoService;
}
return $result;
}