Arg constructor

Arg({
  1. Empty? anyValue,
  2. Object? exactValue,
})

Implementation

Arg({
  this.anyValue,
  this.exactValue,
});