isNetworkPath property

bool isNetworkPath

Implementation

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