Profileviewmodel constructor

Profileviewmodel({
  1. String? responseCode,
  2. String? message,
  3. List<Info>? info,
})

Implementation

Profileviewmodel({
  this.responseCode,
  this.message,
  this.info,
});