Intent constructor

Intent(
  1. Map data
)

Implementation

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