ImAddressEntry.withKey constructor

ImAddressEntry.withKey(
  1. ImAddressKey key,
  2. String imAddress
)
Initializes a new instance of the The key. The im address.

Implementation

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