length property

  1. @override
int length
override

Implementation

@override
int get length => _value != null ? _value!.length : 0;