OSmaller constructor

OSmaller({
  1. DStatement? left,
  2. DStatement? right,
})

Implementation

OSmaller({this.left, this.right});