#include <any>#include <cassert>#include <cstdint>#include <map>#include <string>#include <utility>#include <variant>#include <vector>Go to the source code of this file.
Classes | |
| class | flutter::CustomEncodableValue |
| class | flutter::EncodableValue |
Namespaces | |
| namespace | flutter |
| namespace | flutter::internal |
Typedefs | |
| using | flutter::EncodableList = std::vector< EncodableValue > |
| using | flutter::EncodableMap = std::map< EncodableValue, EncodableValue > |