y property

dynamic get y

Implementation

dynamic get y => this[1];
set y (dynamic value)

Implementation

set y(dynamic value) => this[1] = value;