CodeNamespace constructor

CodeNamespace(
  1. String language,
  2. String name
)

Implementation

CodeNamespace(this.language, this.name);