aUser property

Logic? aUser

User request attribute.

Width equal to userReqWidth. Only exists if userReqWidth > 0.

Implementation

Logic? get aUser => userReqWidth != 0 ? port('PAUSER') : null;