PlannableUserList constructor

PlannableUserList({
  1. String? displayName,
  2. String? name,
  3. String? plannableStatus,
  4. String? userListType,
})

Implementation

PlannableUserList({
  this.displayName,
  this.name,
  this.plannableStatus,
  this.userListType,
});