length property

  1. @override
int get length
override

The length of the context.

Implementation

@override
int get length => bytes.length;