toUri property

Converter<Uri> toUri

Parses an int from a string.

Implementation

static Converter<Uri> get toUri => (s) => Uri.parse(s);