RecordView constructor
      
      RecordView(
    
    
- Map map
Implementation
RecordView(Map map)
    : type = map["\$type"],
      uri = map["uri"],
      cid = map["cid"],
      author = ProfileViewBasic(map["author"]),
      value = Value(map["value"]),
      labels = map["labels"],
      indexedAt = DateTime.parse((map["indexedAt"])),
      embedList = map["embeds"];