menu
superdeck package
documentation
models/options_model.dart
ArgsSchema<T>
ArgsSchema.new const constructor
ArgsSchema.new const constructor
dark_mode
light_mode
ArgsSchema<
T
>
constructor
const
ArgsSchema<
T
>
(
{
required
Schema
validator
,
required
Decoder
<
T
>
decoder
,
})
Implementation
const ArgsSchema({ required this.validator, required this.decoder, });
superdeck package
documentation
models/options_model
ArgsSchema<T>
ArgsSchema.new const constructor
ArgsSchema class