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