Args1<A> constructor

const Args1<A>(
  1. A arg1
)

A class that represents an argument

Implementation

const Args1(this.arg1) : super();