shapeSchema top-level property
DiscriminatedObjectSchema<MapValue>
shapeSchema
final
Generated schema for Shape
Implementation
final shapeSchema = Ack.discriminated(
discriminatorKey: 'kind',
schemas: {'circle': circleSchema, 'rectangle': rectangleSchema},
);