novoIndexFiltro property

  1. @override
int get novoIndexFiltro
inherited

Implementation

@override
int get novoIndexFiltro {
  _$novoIndexFiltroAtom.reportRead();
  return super.novoIndexFiltro;
}
  1. @override
set novoIndexFiltro (int value)
inherited

Implementation

@override
set novoIndexFiltro(int value) {
  _$novoIndexFiltroAtom.reportWrite(value, super.novoIndexFiltro, () {
    super.novoIndexFiltro = value;
  });
}