duration property

Implementation

TextValueObjectBuilder get duration =>
    _$this._duration ??= new TextValueObjectBuilder();
void duration=(TextValueObjectBuilder? duration)

Implementation

set duration(TextValueObjectBuilder? duration) => _$this._duration = duration;