refFloat1 method

Pointer<Float> refFloat1([
  1. double? y,
  2. String? x
])

Implementation

Pointer<Float> refFloat1([double? y, String? x]) => rl.Temp.Float$.Value(y, x ?? '1');