settingSchema top-level property
ObjectSchema
settingSchema
final
Generated schema for Setting Configuration setting with flexible value type
Implementation
final settingSchema = Ack.object({
'key': Ack.string(),
'value': settingValueSchema,
});