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