bUser property

Logic? get bUser

User response attribute.

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

Implementation

Logic? get bUser => userRespWidth != 0 ? port('PBUSER') : null;