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