toJson method
Implementation
@override
Object toJson() => {
if (storedContentsExample != null)
'storedContentsExample': storedContentsExample!.toJson(),
if (displayName.isNotDefault) 'displayName': displayName,
if (exampleId.isNotDefault) 'exampleId': exampleId,
if (createTime != null) 'createTime': createTime!.toJson(),
};