DumpFlag constructor

DumpFlag({
  1. String? name,
  2. String? value,
})

Implementation

DumpFlag({
  this.name,
  this.value,
});