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