toString method

  1. @override
String toString()
inherited

Return a string representation of current class type and reference id.

Implementation

@override
String toString() {
  return "$runtimeType(id=#$id)";
}