toString method
Returns a string representation of the CoinReposUrl instance.
This method overrides the default toString method to provide a custom string representation.
Implementation
@override
String toString() {
return '${Helpers.getTypeName(CoinReposUrl)}';
}