QueryArgProfileEmpty constructor

QueryArgProfileEmpty({
  1. String? message,
})

Implementation

QueryArgProfileEmpty({
  this.message,
});