copyWith abstract method

T copyWith({
  1. int? id,
  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,
  15. List<double>? alternativeHnswKey1,
  16. List<double>? alternativeHnswKey2,
  17. String? eTransfer,
})

Implementation

T 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});