toUri property

Uri? toUri

Implementation

Uri? get toUri => this == null ? null : Uri.tryParse(this!.clean);