toJson method

  1. @override
Object toJson()

Implementation

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