helpers library
Classes
- HttpStatusCodeInfo
- Wraps an HTTP status code and exposes derived helper properties.
Extensions
- BugReportSystemExtension on Object?
- Convenience helpers for inspecting bug reporting errors.
Constants
-
sensitiveFields
→ const List<
String> - List of field names that should be considered sensitive and masked/encrypted in logs, error reports, and debug output
Functions
-
isSensitiveField(
String fieldName) → bool - Function to check if a field name contains sensitive information
-
maskSensitiveValue(
String value) → String - Function to mask sensitive value while preserving some structure