ScriptProblem constructor
ScriptProblem({
- required ScriptRange range,
- required String message,
- required ScriptProblemType type,
Implementation
ScriptProblem({
required this.range,
required this.message,
required this.type,
});