UriPath.fromJson constructor

UriPath.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory UriPath.fromJson(Map<String, dynamic> _) {
  return UriPath();
}