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