GetBlogsResponse constructor
GetBlogsResponse({
- required String ok,
- required GetBlogsData data,
Implementation
GetBlogsResponse({
required this.ok,
required this.data,
});