factory SentryAttribute.boolArray(List<bool> value) { return SentryAttribute(List<bool>.unmodifiable(value), 'array'); }