Post.fromJson constructor

Post.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Post.fromJson(Map<String, Object?> json) => _$PostFromJson(json);