PermissionCheckResponse constructor
PermissionCheckResponse({
- required bool hasPermission,
- List<
Message> ? errors, - GenericLinks? links,
Implementation
PermissionCheckResponse(
{required this.hasPermission, List<Message>? errors, this.links})
: errors = errors ?? [];