Post.fromJson constructor
Post.fromJson(
- Map json_
Implementation
Post.fromJson(core.Map json_)
: this(subtype: json_['subtype'] as core.String?);
Post.fromJson(core.Map json_)
: this(subtype: json_['subtype'] as core.String?);