@JvmOverloads fun set(value: Any, isDefault: Boolean = false): Unit
Set a value at the document's key defined by the preceding subscripting.
value - the value to set at the subscripting-defined document key.
isDefault - represents whether or not the value should be set as a default value.