TypeAndArg constructor

TypeAndArg(
  1. Type type,
  2. dynamic arg
)

Implementation

TypeAndArg(this.type, this.arg);