Parse from a json
factory TMeUrl.fromJson(Map<String, dynamic> json) => TMeUrl( url: json['url'], type: TMeUrlType.fromJson(json['type']), );