SearchResultOfPostResponse.fromJson constructor

SearchResultOfPostResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory SearchResultOfPostResponse.fromJson(Map<String, dynamic> json) {
	return _$SearchResultOfPostResponseFromJson(json);
}