Mode constructor

Mode({
  1. String? mode,
})

Implementation

Mode({
  this.mode,
});