fun <K, V : Any, T : Map<out K, V>> create(plant: Assert<T>, key: K): MapGetOption<K, V, T>
Creates a MapGetOption based on the given plant and key.