ListOfNullableBoolToJSArray extension

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

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

Properties

toJS JSArray<JSBoolean?>

Available on List<bool?>, provided by the ListOfNullableBoolToJSArray extension

Converts this to a JSArray of nullable JSBooleans.
no setter