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