parse property

String get parse

Implementation

String get parse => toString() == 'null' ? '' : toString();