attributes property

  1. @override
Attributes? attributes
override

Implementation

@override
Attributes? get attributes => _attributes != null ? {..._attributes!} : null;