W3cubDocs

/Dart 2

operator + method

List<double> operator + (List<double> other)
inherited

Returns the concatenation of this list and other.

If other is also a typed-data floating point number list, the returned list will be a type-data float list capable of containing all the elements of this list and of other. Otherwise the returned list will be a normal growable List<double>.

Implementation

List<double> operator +(List<double> other);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-typed_data/Float64List/operator_plus.html