tools/utils/legacy_tool_support
library
Functions
-
createJsonObjectSchema({String? description, Map<String, $Schema> properties = const <String, $Schema>{}, List<String> required = const <String>[]})
→ SchemanticType<JsonMap>
-
-
createJsonSchema(Map<String, dynamic> schema)
→ SchemanticType<JsonMap>
-
-
parseJsonMap(Object? json)
→ JsonMap
-
-
readBool(JsonMap input, String key)
→ bool?
-
-
readInt(JsonMap input, String key)
→ int?
-
-
readJsonMap(JsonMap input, String key)
→ JsonMap?
-
-
readList(JsonMap input, String key)
→ List?
-
-
readString(JsonMap input, String key)
→ String?
-