OperatingSystem

data class OperatingSystem(val family: OsFamily, val version: String?)

Constructors

Link copied to clipboard
constructor(family: OsFamily, version: String?)

Properties

Link copied to clipboard
Link copied to clipboard

Inherited properties

Link copied to clipboard

The string which represents a line separator on this file system. For example, on Windows, this is CRLF.