toString method

  1. @override
String toString()
override

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)}';
}