copyWith abstract method

UserInfo copyWith({
  1. int? id,
  2. String? userIdentifier,
  3. String? userName,
  4. String? fullName,
  5. String? email,
  6. DateTime? created,
  7. String? imageUrl,
  8. List<String>? scopeNames,
  9. bool? blocked,
})

Implementation

UserInfo copyWith({
  int? id,
  String? userIdentifier,
  String? userName,
  String? fullName,
  String? email,
  DateTime? created,
  String? imageUrl,
  List<String>? scopeNames,
  bool? blocked,
});