SetModeArgs constructor

const SetModeArgs({
  1. HubMode? mode,
})

Implementation

const SetModeArgs({
  this.mode,
});