CustomArguments constructor

CustomArguments(
  1. Object obj1,
  2. Object obj2
)

Implementation

CustomArguments(this.obj1, this.obj2);