XMC constructor

const XMC({
  1. String? hostname,
  2. List<String>? usernames,
  3. String? password,
})

Implementation

const factory XMC({
  String? hostname,
  List<String>? usernames,
  String? password,
}) = _XMC;