ShareUrl constructor

ShareUrl({
  1. String? websiteUrl,
})

Implementation

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