class Lazy { const Lazy(); String toString() => 'lazy'; }
const Lazy();
Returns a string representation of this object.
String toString() => 'lazy';