SqfliteFfiException constructor
SqfliteFfiException({})
Ffi exception.
Implementation
SqfliteFfiException(
{required this.code,
required String message,
this.details,
int? resultCode})
: super(message, details, resultCode: resultCode);