menu
prisma_flutter_connector package
documentation
runtime.dart
AdapterError
AdapterError.new const constructor
AdapterError.new const constructor
dark_mode
light_mode
AdapterError
constructor
const
AdapterError
(
String
message
, {
String
?
code
,
Object
?
originalError
,
})
Implementation
const AdapterError(this.message, {this.code, this.originalError});
prisma_flutter_connector package
documentation
runtime
AdapterError
AdapterError.new const constructor
AdapterError class