MediaAttachment.fromJSON constructor

MediaAttachment.fromJSON(
  1. Map<String, dynamic> json
)

Implementation

MediaAttachment.fromJSON(Map<String, dynamic> json)
    : imageUrl = json['imageUrl'],
      videoUrl = json['videoUrl'],
      gifUrl = json['gifUrl'];