formatVersion

@get:JvmName(name = "getFormatVersion")
@set:JvmName(name = "setFormatVersion")
var formatVersion: Int
## Header: Format version.

The format version is an 16-bit unsigned integer which identifies the version of the bundle file format. The format
version is always `1` at this time.

uint32 format_version = 2;