RoutingStrategy constructor

RoutingStrategy({
  1. String? fleetId,
  2. String? message,
  3. RoutingStrategyType? type,
})

Implementation

RoutingStrategy({
  this.fleetId,
  this.message,
  this.type,
});