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