Subject constructor

Subject({
  1. String? kind,
  2. String? name,
  3. String? ns,
})

Implementation

Subject({this.kind, this.name, this.ns});