fields property
The set of fields this interface defines.
Implementation
@override
final MappableFields<OpLogEntry> fields = const {
#entity: _f$entity,
#operation: _f$operation,
#id: _f$id,
#createdAt: _f$createdAt,
#createdBy: _f$createdBy,
#type: _f$type,
#syncedUp: _f$syncedUp,
#syncedDown: _f$syncedDown,
#syncedUpOn: _f$syncedUpOn,
#syncedDownOn: _f$syncedDownOn,
#serverGeneratedId: _f$serverGeneratedId,
#clientReferenceId: _f$clientReferenceId,
#additionalIds: _f$additionalIds,
#syncDownRetryCount: _f$syncDownRetryCount,
#rowVersion: _f$rowVersion,
#nonRecoverableError: _f$nonRecoverableError,
};