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