EasyInitCli constructor

EasyInitCli(
  1. List<String> _arguments
)

Implementation

EasyInitCli(this._arguments) {
  _instance = this;
}