Dart
dart:svg
Point
y property
y
Dart
dart:svg
Point
y property
Point class
Properties
hashCode
runtimeType
x
y
Methods
matrixTransform
noSuchMethod
toString
Operators
operator ==
description
y
property
Null safety
num
?
y
Implementation
num? get y native;
void
y=
(
num
?
value
)
Implementation
set y(num? value) native;