simpleUserSchema top-level property

ObjectSchema simpleUserSchema
final

Generated schema for SimpleUser

Implementation

final simpleUserSchema = Ack.object({
  'name': Ack.string(),
  'age': Ack.integer(),
  'email': Ack.string().optional().nullable(),
});