length property

int get length

Returns the length of the string.

Implementation

int get length => value.length;