Grantee constructor
Grantee([
- String id = '',
- GranteeType? type,
- CannedType? canned
Implementation
Grantee([this.id = '', this.type, this.canned]);
Grantee([this.id = '', this.type, this.canned]);