menu
datum package
documentation
source/core/models/datum_sync_result.dart
DatumSyncResult<T extends DatumEntityInterface>
totalBytesPushed property
totalBytesPushed property
dark_mode
light_mode
totalBytesPushed
property
int
totalBytesPushed
final
The total cumulative number of bytes pushed to the remote for this user.
Implementation
final int totalBytesPushed;
datum package
documentation
source/core/models/datum_sync_result
DatumSyncResult<T extends DatumEntityInterface>
totalBytesPushed property
DatumSyncResult class