menu
superdeck package
documentation
schema/schema.dart
SchemaValidationError
SchemaValidationError.new const constructor
SchemaValidationError.new const constructor
dark_mode
light_mode
SchemaValidationError
constructor
const
SchemaValidationError
(
{
required
String
type
,
required
String
message
,
})
Implementation
const SchemaValidationError({ required this.type, required this.message, });
superdeck package
documentation
schema/schema
SchemaValidationError
SchemaValidationError.new const constructor
SchemaValidationError class