AssignedTo constructor

AssignedTo({
  1. Set<String>? roleNames,
})

Create a new assignment with the list of roleNames.

Implementation

AssignedTo({this.roleNames}) : super();