validateHttpsPath method

String validateHttpsPath()

Implementation

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