restriction property

PermitRestrictionBuilder get restriction

Implementation

PermitRestrictionBuilder get restriction =>
    _$this._restriction ??= PermitRestrictionBuilder();
set restriction (PermitRestrictionBuilder? restriction)

Implementation

set restriction(PermitRestrictionBuilder? restriction) =>
    _$this._restriction = restriction;