Actions constructor

Actions({
  1. @Default(true) bool editor,
  2. @Default(true) bool export,
  3. @Default(true) bool source,
  4. @Default(false) bool compiled,
})

Constructor

Implementation

factory Actions({
  @Default(true) bool editor,
  @Default(true) bool export,
  @Default(true) bool source,
  @Default(false) bool compiled,
}) = _Actions;