CustomArgument constructor

const CustomArgument(
  1. List<String> args
)

Implementation

const CustomArgument(this.args);