Provider.provide

Provides us the value that maps to the given name

interface Provider
final
Optional!(string)
provide
(
string name
)

Parameters

name string

the name of the value to lookup

Return Value

Type: Optional!(string)

an Optional containing the value (if a mapping exists)

Meta