ApplicationCodeConfigurationDescription constructor

ApplicationCodeConfigurationDescription({
  1. required CodeContentType codeContentType,
  2. CodeContentDescription? codeContentDescription,
})

Implementation

ApplicationCodeConfigurationDescription({
  required this.codeContentType,
  this.codeContentDescription,
});