estimateSizeBytes method

  1. @override
Future<int> estimateSizeBytes()
inherited

Returns approximate in-memory size (in bytes) of the entire box content.

This includes keys and values, recursively traversing Maps, Lists, primitives, and strings. Does not include Hive metadata or file overhead.

Implementation

@override
Future<int> estimateSizeBytes() => _internalBox.estimateSizeBytes();