string property

String get string

Same as toString() but using a getter.

Implementation

String get string => value.toString();