EmployerVerification copyWith({String? name}) { return EmployerVerification(name: name ?? this.name); }