Combine constructor

Combine(
  1. dynamic a,
  2. dynamic b
)

Implementation

Combine(this.a, this.b);