final case classGameProperty(field1: String, field2: String) extends Product with Serializable
A wrapper class for the key-value pair.
Another class's overloading allows this to be parsed in a format field1 -> field2 slightly more idiomatic to pairs.
A wrapper class for the key-value pair. Another class's overloading allows this to be parsed in a format
field1 -> field2
slightly more idiomatic to pairs.usually the "key;" occasionally, the only param
the "value"