FutureCli constructor

FutureCli(
  1. List<String> _arguments
)

Implementation

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