isNetworkPath property

bool isNetworkPath

Implementation

bool get isNetworkPath =>
    (imagePath!.startsWith('http://') || imagePath!.startsWith('https://'));