import '/flutter_flow/flutter_flow_theme.dart'; import '/flutter_flow/flutter_flow_util.dart'; import '/flutter_flow/flutter_flow_widgets.dart'; import '/shared/tag_categorie_component/tag_categorie_component_widget.dart'; import 'dart:ui'; import '/custom_code/widgets/index.dart' as custom_widgets; import 'kaart_tabel_uitgaan_s_comp_widget.dart' show KaartTabelUitgaanSCompWidget; import 'package:flutter/material.dart'; import 'package:flutter_spinkit/flutter_spinkit.dart'; import 'package:google_fonts/google_fonts.dart'; import 'package:provider/provider.dart'; class KaartTabelUitgaanSCompModel extends FlutterFlowModel { /// State fields for stateful widgets in this component. // Models for tagCategorieComponent dynamic component. Map tagCategorieComponentModels = {}; final Map debugGeneratorVariables = {}; final Map debugBackendQueries = {}; final Map widgetBuilderComponents = {}; @override void initState(BuildContext context) {} @override void dispose() {} @override WidgetClassDebugData toWidgetClassDebugData() => WidgetClassDebugData( widgetParameters: { 'titel': debugSerializeParam( widget?.titel, ParamType.String, link: 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=kaartTabelUitgaanSComp', searchReference: 'reference=ShUKDwoFdGl0ZWwSBjVva2QyMXICCANQAFoFdGl0ZWw=', name: 'String', nullable: true, ), 'logo': debugSerializeParam( widget?.logo, ParamType.String, link: 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=kaartTabelUitgaanSComp', searchReference: 'reference=ShQKDgoEbG9nbxIGNzZxemxncgIIBFAAWgRsb2dv', name: 'String', nullable: true, ), 'categorie': debugSerializeParam( widget?.categorie, ParamType.String, isList: true, link: 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=kaartTabelUitgaanSComp', searchReference: 'reference=ShsKEwoJY2F0ZWdvcmllEgZrN2djMm5yBBICCANQAFoJY2F0ZWdvcmll', name: 'String', nullable: true, ), 'date': debugSerializeParam( widget?.date, ParamType.String, link: 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=kaartTabelUitgaanSComp', searchReference: 'reference=ShQKDgoEZGF0ZRIGMHZiaXhxcgIIA1AAWgRkYXRl', name: 'String', nullable: true, ), 'horecagelegenheid': debugSerializeParam( widget?.horecagelegenheid, ParamType.String, link: 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=kaartTabelUitgaanSComp', searchReference: 'reference=SiEKGwoRaG9yZWNhZ2VsZWdlbmhlaWQSBjVneDJqOXICCANQAFoRaG9yZWNhZ2VsZWdlbmhlaWQ=', name: 'String', nullable: true, ), 'adres': debugSerializeParam( widget?.adres, ParamType.String, link: 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=kaartTabelUitgaanSComp', searchReference: 'reference=ShUKDwoFYWRyZXMSBjY3aWJqcnICCANQAFoFYWRyZXM=', name: 'String', nullable: true, ), 'plaats': debugSerializeParam( widget?.plaats, ParamType.String, link: 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=kaartTabelUitgaanSComp', searchReference: 'reference=ShYKEAoGcGxhYXRzEgZqajZiMGZyAggDUABaBnBsYWF0cw==', name: 'String', nullable: true, ), 'inhoud': debugSerializeParam( widget?.inhoud, ParamType.String, link: 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=kaartTabelUitgaanSComp', searchReference: 'reference=ShYKEAoGaW5ob3VkEgY5dnMwdWFyAggDUABaBmluaG91ZA==', name: 'String', nullable: true, ) }.withoutNulls.entries, generatorVariables: debugGeneratorVariables.entries, backendQueries: debugBackendQueries.entries, componentStates: { ...widgetBuilderComponents.map( (key, value) => MapEntry( key, value.toWidgetClassDebugData(), ), ), }.withoutNulls.entries, dynamicComponentStates: { 'tagCategorieComponentModels (List)': DynamicWidgetClassDebugData( componentStates: Map.fromIterables( List.generate( tagCategorieComponentModels.length, (index) => '[$index]'), tagCategorieComponentModels.values .map((e) => e.toWidgetClassDebugData()), ).entries, ), }.withoutNulls.entries, link: 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd/tab=uiBuilder&page=kaartTabelUitgaanSComp', searchReference: 'reference=OhZrYWFydFRhYmVsVWl0Z2FhblNDb21wUABaFmthYXJ0VGFiZWxVaXRnYWFuU0NvbXA=', widgetClassName: 'kaartTabelUitgaanSComp', ); }