y property

Future<int?> y

Implementation

Future<int?> get y {
  return kMethodChannel
      .invokeMethod('android.graphics.Point::getY', {'__this__': this});
}