string property

String string
inherited

Same as toString() but using a getter.

Implementation

String get string => value.toString();