Role constructor

Role(
  1. String key,
  2. String name
)

Implementation

Role(this.key, this.name);