toJson method
Implementation
@override
Map<String, dynamic> toJson() => {
'_elementId': _elementId,
'titleVariants': titleVariants,
'actions': actions.map((e) => e.toJson()).toList(),
'onPresent': onPresent != null ? true : false,
'tabTitle': tabTitle,
'showsTabBadge': showsTabBadge,
'systemIcon': systemIcon,
'runtimeType': 'FCPAlertTemplate',
};