length property

  1. @override
int get length
override

see dart core documentation

Implementation

@override
int get length => value.length;