validateHttpsPath method
Implementation
String validateHttpsPath() {
if (this == null) return '';
return this!.startsWith('https://') ? this! : '';
}
String validateHttpsPath() {
if (this == null) return '';
return this!.startsWith('https://') ? this! : '';
}