FiltrosWidgetModelBase class abstract

Implementers

Constructors

FiltrosWidgetModelBase.new({String tipoFiltro = '', String titulo = '', String subtitulo = '', String arquivoQuery = '', String funcaoPrincipal = '', String bancoBuscarFiltros = '', String tipoWidget = '', ObservableSet<FiltrosModel>? itensSelecionados})
FiltrosWidgetModelBase.fromJson(Map<String, dynamic> json, String key)

Properties

arquivoQuery String
getter/setter pair
bancoBuscarFiltros String
getter/setter pair
context → ReactiveContext
Override this method to use a custom context.
no setterinherited
funcaoPrincipal String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
itensSelecionados ↔ ObservableSet<FiltrosModel>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitulo String
getter/setter pair
tipoFiltro String
getter/setter pair
tipoWidget String
getter/setter pair
titulo String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJsonItensSelecionados() Map<String, List<Map<String, dynamic>>>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited