Comment.fromJson constructor

Comment.fromJson(
  1. Map json_
)

Implementation

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