AppRole constructor

const AppRole(
  1. String name,
  2. Set<String> permissions
)

Implementation

const AppRole(this.name, this.permissions);