Return a string representation of current class type and reference id.
id
@override String toString() { return "$runtimeType(id=#$id)"; }