toString method

  1. @override
String toString ()
override

The String representation of an Entity which is just the name of the class.

Implementation

@override
String toString() {
  return "barrier";
}