FiltrosWidgetModel class
- Inheritance
-
- Object
- FiltrosWidgetModelBase
- FiltrosWidgetModel
Constructors
-
FiltrosWidgetModel.new({String tipoFiltro = '', String titulo = '', String subtitulo = '', String arquivoQuery = '', String funcaoPrincipal = '', String bancoBuscarFiltros = '', String tipoWidget = '', ObservableSet<
FiltrosModel> ? itensSelecionados}) -
FiltrosWidgetModel.fromJson(Map<
String, dynamic> json, String key)
Properties
- arquivoQuery ↔ String
-
getter/setter pairinherited
- bancoBuscarFiltros ↔ String
-
getter/setter pairinherited
- context → ReactiveContext
-
Override this method to use a custom context.
no setterinherited
- funcaoPrincipal ↔ String
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
itensSelecionados
↔ ObservableSet<
FiltrosModel> ? -
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subtitulo ↔ String
-
getter/setter pairinherited
- tipoFiltro ↔ String
-
getter/setter pairinherited
- tipoWidget ↔ String
-
getter/setter pairinherited
- titulo ↔ String
-
getter/setter pairinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJsonItensSelecionados(
) → Map< String, List< Map< >String, dynamic> > -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited