categorySchema top-level property
ObjectSchema
categorySchema
final
Generated schema for Category A category for organizing products
Implementation
final categorySchema = Ack.object({
'id': Ack.string(),
'name': Ack.string(),
'description': Ack.string().optional().nullable(),
}, additionalProperties: true);