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