Grantee constructor

Grantee([
  1. String id = '',
  2. GranteeType? type,
  3. CannedType? canned
])

Implementation

Grantee([this.id = '', this.type, this.canned]);