Files
man-y eed44f448f Mark flutter platform supported tests
commit_hash:a80884f8d89a14490cb02e5278507f93ef7fb589
2025-01-13 16:09:03 +03:00

131 lines
2.5 KiB
JSON

{
"signatures": [
{
"function_name": "toString",
"is_method": true,
"doc": "Returns a string value from string.",
"arguments": [
{
"type": "string",
"doc": "String."
}
],
"result_type": "string",
"platforms": [
"android",
"ios",
"web",
"flutter"
]
},
{
"function_name": "toString",
"is_method": true,
"doc": "Returns a string representation from number.",
"arguments": [
{
"type": "number",
"doc": "Number."
}
],
"result_type": "string",
"platforms": [
"android",
"ios",
"web",
"flutter"
]
},
{
"function_name": "toString",
"is_method": true,
"doc": "Returns a string value from boolean.",
"arguments": [
{
"type": "boolean",
"doc": "Boolean."
}
],
"result_type": "string",
"platforms": [
"android",
"ios",
"web",
"flutter"
]
},
{
"function_name": "toString",
"is_method": true,
"doc": "Returns a string value from color.",
"arguments": [
{
"type": "color",
"doc": "Color."
}
],
"result_type": "string",
"platforms": [
"android",
"ios",
"web",
"flutter"
]
},
{
"function_name": "toString",
"is_method": true,
"doc": "Returns a string value from url.",
"arguments": [
{
"type": "url",
"doc": "Url."
}
],
"result_type": "string",
"platforms": [
"android",
"ios",
"web",
"flutter"
]
},
{
"function_name": "toString",
"is_method": true,
"doc": "Returns a string value from array.",
"arguments": [
{
"type": "array",
"doc": "Array."
}
],
"result_type": "string",
"platforms": [
"android",
"ios",
"web",
"flutter"
]
},
{
"function_name": "toString",
"is_method": true,
"doc": "Returns a string value from dict.",
"arguments": [
{
"type": "dict",
"doc": "Dict."
}
],
"result_type": "string",
"platforms": [
"android",
"ios",
"web",
"flutter"
]
}
]
}