RecordEmbed constructor

RecordEmbed(
  1. Map map
)

Implementation

RecordEmbed(Map map)
    : type = map["\$type"],
      imgs = map["images"];