GetBlogsResponse constructor

GetBlogsResponse({
  1. required String ok,
  2. required GetBlogsData data,
})

Implementation

GetBlogsResponse({
    required this.ok,
    required this.data,
});