toJson method
Implementation
Map<String, dynamic> toJson() {
return {
if (snapportBorder != null) 'snapportBorder': snapportBorder!.toJson(),
if (snapAreaBorder != null) 'snapAreaBorder': snapAreaBorder!.toJson(),
if (scrollMarginColor != null)
'scrollMarginColor': scrollMarginColor!.toJson(),
if (scrollPaddingColor != null)
'scrollPaddingColor': scrollPaddingColor!.toJson(),
};
}