Delegates to the underlying map's [] operator.
[]
@override B? operator [](Object? key) => data[key];