Gets all leaf hashes
List<String> get leafHashes { if (_leaves.isEmpty) return []; return _leaves.map((leaf) => _computeHash(leaf)).toList(); }