LatexRepository class

Inheritance

Constructors

LatexRepository.new()

Properties

campoDescricao String
finalinherited
carregarInclusao bool
finalinherited
cliente ↔ Dio
getter/setter pairinherited
endpoint String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isLista bool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabela String?
finalinherited
tipoApi TipoApi
finalinherited
urlapi String
no setterinherited

Methods

delete(int id) Future<bool>
inherited
gerarPDFListagem({List<FiltroBase>? filtros}) Future<Uint8List>
inherited
getAll({List<FiltroBase>? filtros}) Future<List>
inherited
getChaves({Map<String, dynamic>? dados, List<FiltroBase>? filtros, String? tabela, int? tipo, bool isLista = false, String campodescricao = "descricao"}) Map<String, dynamic>
inherited
getID(int id) Future<Map<String, dynamic>>
inherited
getLatex(String latex) Future<Uint8List>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save(Map<String, dynamic> data) Future<bool>
inherited
toString() String
A string representation of this object.
inherited

Operators

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