NotFoundPost.fromJson constructor

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

Implementation

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