commitRejected property

  1. @override
bool get commitRejected
override

Whether the error establishes that this COMMIT was rejected by the server.

Implementation

@override
bool get commitRejected => code == 5 || code == 19;