toJson method

  1. @override
Map<String, dynamic> toJson()
override

Implementation

@override
Map<String, dynamic> toJson() => {
      '_elementId': _elementId,
      'tabTitle': tabTitle,
      'templates': templates.map((e) => e.toJson()).toList(),
      'showsTabBadge': showsTabBadge,
      'systemIcon': systemIcon,
      'runtimeType': 'FCPTabBarTemplate',
    };