copyWith method

ShareUrl copyWith({
  1. String? websiteUrl,
})

Implementation

ShareUrl copyWith({  String? websiteUrl,
}) => ShareUrl(  websiteUrl: websiteUrl ?? _websiteUrl,
);