hasUri property
bool
get
hasUri
Returns true if uri
is not null, otherwise false.
Implementation
bool get hasUri => uri != null;
Returns true if uri
is not null, otherwise false.
bool get hasUri => uri != null;