y_batch property

Future<List<double>?> y_batch

Implementation

Future<List<double>?> get y_batch {
  return kMethodChannel
      .invokeMethod('CGPoint::getY_batch', {'__this__': this});
}