RoleInfo constructor

RoleInfo(
  1. String name,
  2. String title
)

Implementation

RoleInfo(this.name, this.title);