x_batch property

Future<List<double>?> x_batch

Implementation

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