menu
pipen package
documentation
graphql.dart
RequestInputError
RequestInputError.new constructor
RequestInputError.new constructor
dark_mode
light_mode
RequestInputError
constructor
RequestInputError
(
{
required
String
field
,
required
List
<
String
>
errors
,
})
Implementation
RequestInputError({required this.field, required this.errors});
pipen package
documentation
graphql
RequestInputError
RequestInputError.new constructor
RequestInputError class