The FMPState.Builder class is a builder for the FMPState class.
class Builder
Method | Description |
build() | Build an instance of the FMPState class. It returns the object of the FMPState type. func build() -> FMPState |
Build an instance of the FMPState class:
// Build an instance of the FMPState class
let state: FMPState = fmp.state.build()
See also: