DeletePostResponse.fromJson constructor

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

Implementation

factory DeletePostResponse.fromJson(Map<String, dynamic> json) => _$DeletePostResponseFromJson(json);