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