toString method

  • @override

String toString ()

override

Implementation

@override
String toString() {
  return '$runtimeType(${$value})';
}