length property

Future<int> length

Implementation

Future<int> get length async {
  await _ready;
  return box.length;
}