PosListResponse constructor

PosListResponse({
  1. String? kind,
  2. List<PosStore>? resources,
})

Implementation

PosListResponse({
  this.kind,
  this.resources,
});