FiltroBase class

Classe que modela o funcionamento dos filtros

Coluna: Coluna para filtrar no banco de dados

valor: Parametros para o filtro. Pode ser uma lista, uma string ou map.

juncao:Tipo de pesquisa realizada

labelChip: Os chips são apresentados acima do datatable quando filtrados

Constructors

FiltroBase.new({String coluna = "id", required dynamic valor, TipoJuncao juncao = TipoJuncao.inList, String labelChip = ""})

Properties

coluna String
final
hashCode int
The hash code for this object.
no setterinherited
juncao TipoJuncao
final
labelChip String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valor → dynamic
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Retorna um json conforme o exemplo
toString() String
A string representation of this object.
inherited

Operators

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