DialogSettings constructor

const DialogSettings({
  1. String name = "/",
  2. Object? arguments,
})

Implementation

const DialogSettings({
  this.name = "/",
  this.arguments,
});