length property Null safety

int length

The length of the string value.

Implementation

int get length => _value.length;