Role constructor

Role(
  1. String name, {
  2. Object? database,
})

Implementation

Role(this.name, {this.database});