UBlogResponse.fromJson constructor
UBlogResponse.fromJson(
- String str
Implementation
factory UBlogResponse.fromJson(String str) => UBlogResponse.fromMap(json.decode(str));
factory UBlogResponse.fromJson(String str) => UBlogResponse.fromMap(json.decode(str));