attributes property

String? get attributes
override

Implementation

String? get attributes => _$this._attributes;
set attributes (covariant String? attributes)
covariantoverride

Implementation

set attributes(covariant String? attributes) => _$this._attributes = attributes;