parse method Null safety
override
Implementation
static UriList? parse(Map<String, dynamic>? json) =>
json == null ? null : UriList._fromJson(json);
static UriList? parse(Map<String, dynamic>? json) =>
json == null ? null : UriList._fromJson(json);