y property

Implementation

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