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