Role constructor

Role({
  1. String? customRole,
  2. String? predefinedRole,
})

Implementation

Role({this.customRole, this.predefinedRole});