ListPopBackResponse___Found constructor
Implementation
factory ListPopBackResponse___Found({
$core.List<$core.int>? back,
$core.int? listLength,
}) {
final $result = create();
if (back != null) {
$result.back = back;
}
if (listLength != null) {
$result.listLength = listLength;
}
return $result;
}