refBool4 method

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

Implementation

Pointer<Bool> refBool4([bool? y, String? x]) => rl.Temp.Bool$.Value(y, x ?? '4');