toString method Null safety
inherited
Returns a string representation of this object.
Implementation
String toString() {
return readClasses().join(' ');
}
Returns a string representation of this object.
String toString() {
return readClasses().join(' ');
}