Args<A> constructor

const Args<A>([
  1. List<A> arguments = const []
])

A class that represents an argument

Implementation

const Args([this.arguments = const []]);