menu
comon_orm package
documentation
codegen.dart
SchemaParseError
SchemaParseError.new const constructor
SchemaParseError.new const constructor
dark_mode
light_mode
SchemaParseError
constructor
const
SchemaParseError
(
String
message
, {
int
?
line
,
int
?
column
,
})
Creates a parse error.
Implementation
const SchemaParseError(this.message, {this.line, this.column});
comon_orm package
documentation
codegen
SchemaParseError
SchemaParseError.new const constructor
SchemaParseError class