copyWith abstract method

EmailAuth copyWith({
  1. int? id,
  2. int? userId,
  3. String? email,
  4. String? hash,
})

Implementation

EmailAuth copyWith({
  int? id,
  int? userId,
  String? email,
  String? hash,
});