Role constructor

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

Implementation

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