toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (containsText != null) 'containsText': containsText!,
      if (imageReplaceMethod != null)
        'imageReplaceMethod': imageReplaceMethod!,
      if (imageUrl != null) 'imageUrl': imageUrl!,
      if (pageObjectIds != null) 'pageObjectIds': pageObjectIds!,
      if (replaceMethod != null) 'replaceMethod': replaceMethod!,
    };