InstantMessenger constructor

InstantMessenger(
  1. int type,
  2. String? customLabel,
  3. String? im,
  4. String? protocol,
)

Implementation

InstantMessenger(this.type, this.customLabel, this.im, this.protocol);