copyWith abstract method
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,
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});