isSecure property
bool
get
isSecure
Implementation
bool get isSecure {
var url = this ?? '';
return url.contains('https');
}
bool get isSecure {
var url = this ?? '';
return url.contains('https');
}