Intent constructor

Intent(Map data)

Implementation

Intent(Map data) {
  name = data["name"];
  displayName = data["displayName"];
}