toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (isSkipped != null) 'isSkipped': isSkipped!,
  if (layoutObjectId != null) 'layoutObjectId': layoutObjectId!,
  if (masterObjectId != null) 'masterObjectId': masterObjectId!,
  if (notesPage != null) 'notesPage': notesPage!,
};