selecionarTodos method

  1. @override
void selecionarTodos()
inherited

Implementation

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