toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (layoutProperties != null) 'layoutProperties': layoutProperties!,
      if (masterProperties != null) 'masterProperties': masterProperties!,
      if (notesProperties != null) 'notesProperties': notesProperties!,
      if (objectId != null) 'objectId': objectId!,
      if (pageElements != null) 'pageElements': pageElements!,
      if (pageProperties != null) 'pageProperties': pageProperties!,
      if (pageType != null) 'pageType': pageType!,
      if (revisionId != null) 'revisionId': revisionId!,
      if (slideProperties != null) 'slideProperties': slideProperties!,
    };