copyWith abstract method

AuthKey copyWith({
  1. int? id,
  2. int? userId,
  3. String? hash,
  4. String? key,
  5. List<String>? scopeNames,
  6. String? method,
})

Implementation

AuthKey copyWith({
  int? id,
  int? userId,
  String? hash,
  String? key,
  List<String>? scopeNames,
  String? method,
});