PermissionError constructor
PermissionError({})
Implementation
PermissionError({
required this.operation,
this.message = 'Permission denied.',
this.errorId = 'permission_denied',
this.suggestion,
});
PermissionError({
required this.operation,
this.message = 'Permission denied.',
this.errorId = 'permission_denied',
this.suggestion,
});