AuthenticationCheck constructor Null safety

AuthenticationCheck(
  1. String result,
  2. bool isAuthenticated,
  3. List<String> roles,
  4. List<String> permissions
)

Implementation

AuthenticationCheck(
    this.result, this.isAuthenticated, this.roles, this.permissions);