GatewayResponses constructor

GatewayResponses({
  1. List<GatewayResponse>? items,
  2. String? position,
})

Implementation

GatewayResponses({
  this.items,
  this.position,
});