menu
graphql package
documentation
client.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, });
graphql package
documentation
client
ErrorLocation
ErrorLocation const constructor
ErrorLocation class