refListBool method

Pointer<Bool> refListBool(
  1. List<bool> y, [
  2. String? x
])

Implementation

Pointer<Bool> refListBool(List<bool> y, [String? x]) => rl.Temp.Bool$.Array(y, key: x);