PageBeanBoardValuesItemLocation constructor

PageBeanBoardValuesItemLocation({
  1. int? projectId,
  2. int? userId,
  3. String? userAccountId,
  4. String? displayName,
  5. String? projectName,
  6. String? projectKey,
  7. String? projectTypeKey,
  8. String? avatarUri,
  9. String? name,
})

Implementation

PageBeanBoardValuesItemLocation(
    {this.projectId,
    this.userId,
    this.userAccountId,
    this.displayName,
    this.projectName,
    this.projectKey,
    this.projectTypeKey,
    this.avatarUri,
    this.name});