ColeccionObjBox3 class

Implemented types

Constructors

ColeccionObjBox3({int id = 0, String coleccion = '', String idServer = '', String idMobile = '', String data = '', String dataOriginal = '', String estado = '', String creadoEl = '', String idAuth = '', String coleccionAuth = '', String alternativeKey = '', String alternativeKey1 = '', String alternativeKey2 = '', List<double> alternativeHnswKey = const [], List<double> alternativeHnswKey1 = const [], List<double> alternativeHnswKey2 = const [], String eTransfer = ''})

Properties

alternativeHnswKey List<double>
Clave alternativa HNSW para buscar el registro en la base de datos
final
alternativeHnswKey1 List<double>
final
alternativeHnswKey2 List<double>
final
alternativeKey String
Las claves alternativas son claves que se utilizan para buscar un registro en la base de datos del dispositivo, estas claves no estan en el Server
final
alternativeKey1 String
final
alternativeKey2 String
final
coleccion String
Nombre de la coleccion en la base de datos en el Server ejemplo ciudadano o desarrollador o provincias totas las colecciones que
final
coleccionAuth String
final
creadoEl String
final
data String
final
dataOriginal String
final
estado String
final
eTransfer String
Estado del registro en relacion al registro que existe en el Servidor cuando isWeb esta en falso y KIsWeb tambien es falso el valor que idica que el registro se modifico en el dispositivo pero no se transfirio es eTransfer = D donde D significa Dispositivo
final
hashCode int
The hash code for this object.
no setterinherited
id int
getter/setter pairoverride-getter
idAuth String
final
idMobile String
Id Provisorio utilizado el el Dispositivo antes de enviar al Servidor y obtener el Id definitivo idServer este id es generado cuando se trabaja Offline
final
idServer String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? id, String? coleccion, String? idServer, String? idMobile, String? data, String? dataOriginal, String? estado, String? creadoEl, String? idAuth, String? coleccionAuth, String? alternativeKey, String? alternativeKey1, String? alternativeKey2, List<double>? alternativeHnswKey, List<double>? alternativeHnswKey1, List<double>? alternativeHnswKey2, String? eTransfer}) ColeccionObjBox3
override
fromServerJson(Map<String, dynamic> json, String coleccion, {List<String> alternativeKeys = const [], List<String> alternativeHnswKeys = const []}) ColeccionObjBox3
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
tojson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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