askUserForFileSchema top-level property
Implementation
final askUserForFileSchema = {
"type": "object",
"additionalProperties": false,
"required": ["title", "description"],
"properties": {
"title": {"type": "string", "description": "a very short description suitable for a dialog title"},
"description": {
"type": "string",
"description": "helpful information that explains why this information is being collected and how it will be used",
},
},
};