DeletePost.fromJson constructor

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

Implementation

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