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