UserPermission constructor
UserPermission({})
Implementation
UserPermission(
{bool? deprecatedKey,
this.description,
bool? havePermission,
this.id,
this.key,
this.name,
this.type})
: deprecatedKey = deprecatedKey ?? false,
havePermission = havePermission ?? false;