toJson method
Implementation
Map toJson() => {
'toolbarCustomization': toolbarCustomization?.toJson(),
'centerHintCustomization':centerHintCustomization?.toJson(),
'hintAnimation': hintAnimation?.toJson(),
'faceFrameCustomization': faceFrameCustomization?.toJson(),
'versionLabelCustomization': versionLabelCustomization?.toJson(),
'backgroundCustomization': backgroundCustomization?.toJson(),
'hideStatusBar': hideStatusBar,
'dialogStyle': dialogStyle,
'antiScamCustomization':antiScamCustomization?.toJson(),
};