SortedSetLengthResponse___Found constructor

SortedSetLengthResponse___Found({
  1. int? length,
})

Implementation

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