FleetLifecycleState constructor

FleetLifecycleState({
  1. String? code,
})

Implementation

FleetLifecycleState({
  this.code,
});