simpleItemSchema top-level property
ObjectSchema
simpleItemSchema
final
Generated schema for SimpleItem Simple model without additional properties
Implementation
final simpleItemSchema = Ack.object({
'id': Ack.string(),
'name': Ack.string(),
'active': Ack.boolean(),
});