PlatformProgrammingLanguage constructor

PlatformProgrammingLanguage({
  1. String? name,
  2. String? version,
})

Implementation

PlatformProgrammingLanguage({
  this.name,
  this.version,
});