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