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