os_release property

Map<String, String> os_release
getter/setter pair

A parsing of /etc/os-release containing information like the distro codename and homepage

Implementation

Map<String, String> os_release = <String, String>{};