Post.fromJson constructor

Post.fromJson(
  1. Json json
)

Implementation

factory Post.fromJson(Json json) => _$PostFromJson(json);