Reason constructor

Reason(
  1. Map map
)

Implementation

Reason(Map map)
    : indexedAt = DateTime.parse((map["indexedAt"])),
      by = ProfileViewBasic(map["by"]);