FlutterSqliteException constructor

const FlutterSqliteException(
  1. String message, [
  2. int? code
])

Implementation

const FlutterSqliteException(this.message, [this.code]);