isDatabaseException property

  1. @override
bool get isDatabaseException
override

Was there a 'Database Exception' error

Implementation

@override
bool get isDatabaseException => _dbError.isDatabaseException;