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