SetLengthResponse_ constructor
SetLengthResponse_({
- SetLengthResponse___Found? found,
- SetLengthResponse___Missing? missing,
Implementation
factory SetLengthResponse_({
SetLengthResponse___Found? found,
SetLengthResponse___Missing? missing,
}) {
final $result = create();
if (found != null) {
$result.found = found;
}
if (missing != null) {
$result.missing = missing;
}
return $result;
}