Profile copyWith({String? id, String? lenderId, String? anchorId}) => Profile( id: id ?? this.id, lenderId: lenderId ?? this.lenderId, anchorId: anchorId ?? this.anchorId, );