operator fun <T> invoke(initializer: M.() -> T): Required<M, T>
(source)
Shortcut for required by invoking the class like a function.
initializer
- Initializer function from the module context to value.
Return
Required (non-null) property delegate.