setTicketTransfer method
- bool value
inherited
Implementation
@override
void setTicketTransfer(bool value) {
final _$actionInfo = _$_AddEventStoreActionController.startAction(
name: '_AddEventStore.setTicketTransfer');
try {
return super.setTicketTransfer(value);
} finally {
_$_AddEventStoreActionController.endAction(_$actionInfo);
}
}