Role constructor

Role({
  1. String? predefinedRole,
})

Implementation

Role({
  this.predefinedRole,
});