static bool isAnnotationAllowed(Map<String, dynamic>? attributes) { final value = attributes?['annotation_allowed']; return _toBool(value); }