ListConcatenateBackResponse_ constructor

ListConcatenateBackResponse_({
  1. int? listLength,
})

Implementation

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