@override @pragma('vm:prefer-inline') int get length { if (_length >= 0) { return _length; } return fp.lengthSync(); }