Return the underlying data as an unmodifiable Map.
@override Map<String, Map<String, dynamic>?> toMap() => Map.unmodifiable(data);