SyncError constructor

SyncError(
  1. String message,
  2. SyncErrorCategory category,
  3. int codeValue
)

Implementation

SyncError(String message, this.category, this.codeValue) : super(message);