toString method

  1. @override
String toString()
override

Returns a string representation of the ExplorerInfo instance.

The string contains the type name and the values of the name and link fields.

Implementation

@override
String toString() {
  return '${Helpers.getTypeName(ExplorerInfo)}: Name = $name, Link = $link';
}