isNetwork property

bool get isNetwork

Implementation

bool get isNetwork => uri.scheme == 'http' || uri.scheme == 'https';