selecionarTodos method
Implementation
@override
void selecionarTodos() {
final _$actionInfo = _$FiltroControllerBaseActionController.startAction(
name: 'FiltroControllerBase.selecionarTodos');
try {
return super.selecionarTodos();
} finally {
_$FiltroControllerBaseActionController.endAction(_$actionInfo);
}
}