FiltrosCarrregadosBase class abstract
- Implementers
Constructors
-
FiltrosCarrregadosBase({required int indexFiltros, required int indexPagina, required List<
FiltrosModel> listaFiltros, FiltrosModel? valorSelecionadoParaDropDown, required String tipoFiltro, required String tipoWidget}) -
FiltrosCarrregadosBase.fromJson(Map<
String, dynamic> json)
Properties
- context → ReactiveContext
-
Override this method to use a custom context.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- indexFiltros ↔ int
-
getter/setter pair
- indexPagina ↔ int
-
getter/setter pair
-
listaFiltros
↔ List<
FiltrosModel> -
getter/setter pair
- pesquisaFeita ↔ bool
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tipoFiltro ↔ String
-
getter/setter pair
- tipoWidget ↔ String
-
getter/setter pair
- valorSelecionadoParaDropDown ↔ FiltrosModel?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited