aUser property
User request attribute.
Width equal to userReqWidth. Only exists if userReqWidth > 0.
Implementation
Logic? get aUser => userReqWidth != 0 ? port('PAUSER') : null;
User request attribute.
Width equal to userReqWidth. Only exists if userReqWidth > 0.
Logic? get aUser => userReqWidth != 0 ? port('PAUSER') : null;