openInBrowser property

bool? openInBrowser

Implementation

bool? get openInBrowser => _$this._openInBrowser;
void openInBrowser=(bool? openInBrowser)

Implementation

set openInBrowser(bool? openInBrowser) =>
    _$this._openInBrowser = openInBrowser;