menu
gql_exec package
documentation
gql_exec.dart
ErrorLocation
ErrorLocation const constructor
ErrorLocation const constructor
dark_mode
light_mode
ErrorLocation
constructor
const
ErrorLocation
(
{
required
int
line
,
required
int
column
,
})
Implementation
const ErrorLocation({ required this.line, required this.column, });
gql_exec package
documentation
gql_exec
ErrorLocation
ErrorLocation const constructor
ErrorLocation class