FirebaseDatabaseException.dataStale constructor

FirebaseDatabaseException.dataStale()

Thrown when the transaction needs to be run again with current data

For internal use only.

Implementation

FirebaseDatabaseException.dataStale()
    : this(
          code: 'datastale',
          message: 'The transaction needs to be run again with current data');