toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (bulletAlignment != null) 'bulletAlignment': bulletAlignment!,
      if (glyphFormat != null) 'glyphFormat': glyphFormat!,
      if (glyphSymbol != null) 'glyphSymbol': glyphSymbol!,
      if (glyphType != null) 'glyphType': glyphType!,
      if (indentFirstLine != null) 'indentFirstLine': indentFirstLine!,
      if (indentStart != null) 'indentStart': indentStart!,
      if (startNumber != null) 'startNumber': startNumber!,
      if (textStyle != null) 'textStyle': textStyle!,
    };