provide

abstract suspend fun provide(context: VariablesProviderContext<T>): Map<String, Any?>(source)

Return a Map with provided variable values. The map must contain exactly the keys in the Variables annotation on the containing VariablesProvider class.