Arg<T>.empty constructor

const Arg<T>.empty()

Implementation

const Arg.empty()
    : $value = null,
      $name = null;