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