href property

String? get href
override

Implementation

String? get href => _$this._href;
set href (covariant String? href)
covariantoverride

Implementation

set href(covariant String? href) => _$this._href = href;