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