iniGlobalSection top-level constant
String
const iniGlobalSection
Section key under which entries appearing before any [section] header are
collected. Empty string can't collide with a real [name] (a header always
yields at least the bracket-trimmed text, and [] trims to empty only via an
explicit empty header, which is degenerate config the caller controls).
Implementation
const String iniGlobalSection = '';