PolicyBinding constructor

PolicyBinding({
  1. String? member,
  2. String? role,
})

Implementation

PolicyBinding({this.member, this.role});