ResourceRPCSubtype constructor

ResourceRPCSubtype({
  1. ResourceName? subtype,
  2. 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;
}