ColeccionObjBox constructor

ColeccionObjBox({
  1. int id = 0,
  2. String coleccion = '',
  3. String idServer = '',
  4. String idMobile = '',
  5. String data = '',
  6. String dataOriginal = '',
  7. String estado = '',
  8. String creadoEl = '',
  9. String idAuth = '',
  10. String coleccionAuth = '',
  11. String alternativeKey = '',
  12. String alternativeKey1 = '',
  13. String alternativeKey2 = '',
  14. List<double> alternativeHnswKey = const [],
  15. List<double> alternativeHnswKey1 = const [],
  16. List<double> alternativeHnswKey2 = const [],
  17. 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 = '',
});