toUri method

Uri? toUri()

Implementation

Uri? toUri() => this == null ? null : Uri.parse(this!);