string property

String string

Same as toString() but using a getter.

Implementation

String get string => value.toString();