URLAvatar copyWith({String? type, String? customUrl}) { return URLAvatar( type: type ?? this.type, customUrl: customUrl ?? this.customUrl); }