JSArrayOfJSBooleanToList extension

Conversions from JSArray<JSBoolean> directly to List<bool>.

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

Properties

toDartBoolList List<bool>

Available on JSArray<JSBoolean>, provided by the JSArrayOfJSBooleanToList extension

Converts this to List of bools.
no setter