toString method

  1. @override
String toString ()
override

Returns a string representation of this object.

Implementation

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