SortedSetLengthResponse___Found constructor
SortedSetLengthResponse___Found({
- int? length,
Implementation
factory SortedSetLengthResponse___Found({
$core.int? length,
}) {
final $result = create();
if (length != null) {
$result.length = length;
}
return $result;
}