toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (conflictDetected != null) 'conflictDetected': conflictDetected!,
  if (createTime != null) 'createTime': createTime!,
  if (key != null) 'key': key!,
  if (transformResults != null) 'transformResults': transformResults!,
  if (updateTime != null) 'updateTime': updateTime!,
  if (version != null) 'version': version!,
};