toString method

  1. @override
String toString()
override

Represent the applied String from the constructors.

Implementation

@override
String toString() {
  return _str;
}