UBlogResponse.fromJson constructor

UBlogResponse.fromJson(
  1. String str
)

Implementation

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