merchant property

LinksElementBuilder get merchant

Implementation

LinksElementBuilder get merchant =>
    _$this._merchant ??= LinksElementBuilder();
set merchant (LinksElementBuilder? merchant)

Implementation

set merchant(LinksElementBuilder? merchant) => _$this._merchant = merchant;