PageAuthorImage.fromJson constructor

PageAuthorImage.fromJson(
  1. Map json_
)

Implementation

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