toJson method
Implementation
@override
Map<String, Object?> toJson() => {
'status': 'rewound',
'source': EntityGraphDevtoolsSnapshotSource.imported.wireName,
'candidateId': candidateId,
'cursor': cursor,
'previousCursor': previousCursor,
'previousSource': previousSource?.wireName,
'changedAt': changedAt,
};