SettingsReports class mixin

Implementers

Constructors

SettingsReports.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
selectDate({required BuildContext context}) Future<String>
setBancoDeDados({required String banco}) → dynamic
setEnderecoApi({required String enderecoUrl}) → dynamic
setMatricula({required int matriculaUsu}) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

bancoDeDados String
getter/setter pair
enderecoRepositorio String
getter/setter pair
isfiltrosSalvosApp bool
getter/setter pair
listaFiltrosCarregadosSalvos ↔ ObservableList<FiltrosCarrregados>
getter/setter pair
listaFiltrosParaConstruirTelaTemp ↔ ObservableList<FiltrosPageAtual>
getter/setter pair
matricula int
getter/setter pair

Static Methods

diaDaSemanaConverte({required String dia}) int
formatarDataPadraoBR({required String data}) String
getDataPTBR() → dynamic
getFiltrosSalvos() → void
qtdDiasDoMes(int mes, int ano) int
salvarFiltrosShared({required ObservableList<FiltrosCarrregados> listaFiltrosCarregadoss}) → void