category property

  1. @Deprecated("SyncErrorCategory enum is deprecated.")
SyncErrorCategory category
getter/setter pair

The category of the sync error

Implementation

@Deprecated("SyncErrorCategory enum is deprecated.")
late SyncErrorCategory category = SyncErrorCategory.system;