toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (firstBandColorStyle != null)
    'firstBandColorStyle': firstBandColorStyle!,
  if (footerColorStyle != null) 'footerColorStyle': footerColorStyle!,
  if (headerColorStyle != null) 'headerColorStyle': headerColorStyle!,
  if (secondBandColorStyle != null)
    'secondBandColorStyle': secondBandColorStyle!,
};