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