extractUri function

Uri? extractUri(
  1. dynamic json
)

Implementation

Uri? extractUri(json) {
  return JsonUri.fromJson(json);
}