toJson method

  1. @override
Map toJson()
override

Implementation

@override
Map toJson() {
  return {
    if (inlineStyle != null) 'inlineStyle': inlineStyle,
    if (attributesStyle != null) 'attributesStyle': attributesStyle,
  };
}