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