attributes property

Map<Object, Object?> attributes
final

Open bag for extension packages that need per-request state without core having to know about them.

Implementation

final Map<Object, Object?> attributes = <Object, Object?>{};