Immutable class
class Immutable { const Immutable(); String toString() => 'immutable'; }
Constructors
const Immutable() #
const Immutable();
Methods
String toString() #
Returns a string representation of this object.
docs inherited from Object
String toString() => 'immutable';