bUser property
User response attribute.
Width equal to userRespWidth. Only exists if userRespWidth > 0.
Implementation
Logic? get bUser => userRespWidth != 0 ? port('PBUSER') : null;
User response attribute.
Width equal to userRespWidth. Only exists if userRespWidth > 0.
Logic? get bUser => userRespWidth != 0 ? port('PBUSER') : null;