attributes property

List<TrexAttribute> attributes

Implementation

List<TrexAttribute> get attributes => _$this._attributes;
void attributes=(List<TrexAttribute> attributes)

Implementation

set attributes(List<TrexAttribute> attributes) =>
    _$this._attributes = attributes;