Permission constructor

Permission({
  1. String? resource,
  2. String? scope,
})

Implementation

Permission({this.resource, this.scope});