copyWith method
Implementation
ImageAvatar copyWith({String? type, String? url}) {
return ImageAvatar(type: type ?? this.type, url: url ?? this.url);
}
ImageAvatar copyWith({String? type, String? url}) {
return ImageAvatar(type: type ?? this.type, url: url ?? this.url);
}