Result after calling close().
close()
@nonVirtual @override Future<Hash> hash() { final result = hashSync(); return Future<Hash>.value(result); }