toLength property

int get toLength

get characters length of String

Implementation

int get toLength => validate().length;