Grant constructor
Grant([
- dynamic scope,
- dynamic user,
- dynamic options
Implementation
Grant([scope, user, options]) : super([scope, user], options);
Grant([scope, user, options]) : super([scope, user], options);