1. override
String toString()

Returns a string representation of this object.

Source

@override
String toString() {
  if (curve is! _Linear)
    return '$runtimeType($begin\u22EF$end)\u27A9$curve';
  return '$runtimeType($begin\u22EF$end)';
}