formula

suspend fun formula(name: String, block: suspend FormulaResourceBuilder.() -> Unit): Formula

Parameters

name

The unique name of the resulting resource.

block

Builder for Formula.

See also


fun formula(name: String): Formula

Parameters

name

The unique name of the resulting resource.

See also