isTicketChannelAllowed property

bool get isTicketChannelAllowed

Implementation

bool get isTicketChannelAllowed => _isTicketChannelAllowed;
set isTicketChannelAllowed (bool isAllowed)

Implementation

set isTicketChannelAllowed(bool isAllowed) => _isTicketChannelAllowed = isAllowed;