options property

String get options

Implementation

String get options {
  final point = getPoint();
  return _buildOptions(point.x, point.y);
}