ImAddressEntry.withKey constructor
      
      ImAddressEntry.withKey(
    
- ImAddressKey key,
- String imAddress
Implementation
ImAddressEntry.withKey(ImAddressKey key, String imAddress)
    : super.withKey(key) {
  this._imAddress = imAddress;
}