TracerouteArgs constructor

const TracerouteArgs({
  1. required String host,
  2. int ttl = ttlDefault,
})

Implementation

const TracerouteArgs({
  required this.host,
  this.ttl = ttlDefault,
});