OnlyIdResponse constructor

OnlyIdResponse({
  1. String id = '',
})

Implementation

OnlyIdResponse({
  this.id = '',
});