CommentAuthorImage.fromJson constructor

CommentAuthorImage.fromJson(
  1. Map json_
)

Implementation

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