JSArrayOfJSNumberToList extension

Conversions from JSArray<JSNumber> directly to Dart lists.

on
Annotations
  • @Since.new('3.14')

Properties

toDartDoubleList List<double>

Available on JSArray<JSNumber>, provided by the JSArrayOfJSNumberToList extension

Converts this to a List of doubles.
no setter
toDartIntList List<int>

Available on JSArray<JSNumber>, provided by the JSArrayOfJSNumberToList extension

Converts this to a List of ints.
no setter