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