toOutbound abstract method

Outbound toOutbound({
  1. String? remark,
  2. String? email,
  3. String? address,
  4. int? port,
})

Implementation

Outbound toOutbound({
  String? remark,
  String? email,
  String? address,
  int? port,
});