productSchema top-level property

ObjectSchema productSchema
final

Generated schema for Product Product with flexible metadata

Implementation

final productSchema = Ack.object({
  'id': Ack.string(),
  'name': Ack.string(),
  'price': Ack.double(),
}, additionalProperties: true);