str method

String str()

Implementation

String str(){
	return (_str == null) ? "" : _str!;
}