length property
int
get
length
Returns the length of the current string value.
Implementation
int get length => value.length;
Returns the length of the current string value.
int get length => value.length;