standalone property
StandaloneBuilder
get
standalone
Implementation
StandaloneBuilder get standalone =>
_$this._standalone ??= StandaloneBuilder();
set
standalone
(StandaloneBuilder? standalone)
Implementation
set standalone(StandaloneBuilder? standalone) =>
_$this._standalone = standalone;