userResponseSchema top-level property
ObjectSchema
userResponseSchema
final
Generated schema for UserResponse
Implementation
final userResponseSchema = Ack.object({
'id': Ack.string(),
'name': Ack.string(),
'email': Ack.string(),
});