hasUri property

bool get hasUri

Returns true if uri is not null, otherwise false.

Implementation

bool get hasUri => uri != null;