toString method

  1. @override
String toString()
override

The name of the sample.

Implementation

@override
String toString() {
  return name;
}