ControllerVariableInfoEntity constructor

const ControllerVariableInfoEntity({
  1. required Variable variable,
})

Implementation

const ControllerVariableInfoEntity({
  required super.variable,
});