schemes top-level property
UncompleteDocumentation
Implementation
final List<Map<String, dynamic>> schemes = [
{
"@type": "generalFrameworkDocumentation",
"logo": "",
"title": "",
"description": "",
"content": "",
"author_url_social_medias": [
"url",
],
"documentations": [
{
"@type": "generalFrameworkDocumentationDocumentation",
"doc_id": "",
"title": "",
"description": "",
"sidebars": [
docSideBar,
],
"contents": [
{
"@type": "generalFrameworkDocumentationDocumentationsContent",
"content_id": "",
"content": "",
},
],
},
],
"footer": {
"@type": "generalFrameworkDocumentationFooter",
"footers": [
{
"@type": "generalFrameworkDocumentationFooterData",
"title": "",
"footer": [
{
"@type": "generalFrameworkDocumentationFooterSubData",
"text": "",
"url": "",
}
]
}
]
},
},
{
"@type": "accountData",
"id": 0,
"first_name": "",
"last_name": "",
"username": "",
"profile_picture": "",
"bio": "",
"social_medias": [
{
"@type": "linkData",
"icon": "",
"title": "",
"value": "",
},
]
},
];