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