startsWithHttp property

bool get startsWithHttp

Implementation

bool get startsWithHttp => this != null && this!.startsWith('http');