RemovePost.fromJson constructor

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

Implementation

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