ApplicationCodeConfiguration constructor
ApplicationCodeConfiguration({
- required CodeContentType codeContentType,
- CodeContent? codeContent,
Implementation
ApplicationCodeConfiguration({
required this.codeContentType,
this.codeContent,
});