attributes property

Map<String, Object?> get attributes
inherited

Snapshot of the current attribute map.

Implementation

Map<String, Object?> get attributes =>
    UnmodifiableMapView(_ensureAttributes());