toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final isSkipped = this.isSkipped;
final layoutObjectId = this.layoutObjectId;
final masterObjectId = this.masterObjectId;
final notesPage = this.notesPage;
return {
'isSkipped': ?isSkipped,
'layoutObjectId': ?layoutObjectId,
'masterObjectId': ?masterObjectId,
'notesPage': ?notesPage,
};
}