str method

String str()

Implementation

String str()=> null == this ? "" : toString();