ColeccionObjBox constructor
ColeccionObjBox({
- 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 = '',
Implementation
ColeccionObjBox({
this.id = 0,
this.coleccion = '',
this.idServer = '',
this.idMobile = '',
this.data = '',
this.dataOriginal = '',
this.estado = '',
this.creadoEl = '',
this.idAuth = '',
this.coleccionAuth = '',
this.alternativeKey = '',
this.alternativeKey1 = '',
this.alternativeKey2 = '',
this.alternativeHnswKey = const [],
this.alternativeHnswKey1 = const [],
this.alternativeHnswKey2 = const [],
this.eTransfer = '',
});