Post.fromJson constructor
Post.fromJson(
)
Creating a new Post instance from a map structure.
params: None returns:
PostObject
: Dart Object for posts
Implementation
///
/// params:
/// None
/// returns:
/// * `PostObject`: Dart Object for posts
Post.fromJson(Map<String, dynamic> json)
- talawa
- post_model
- Post
- Post.fromJson constructor