y property

Implementation

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