QueryError constructor

QueryError(
  1. String message, [
  2. Object? source
])

Implementation

QueryError(super.message, [super.source]);