RestApis constructor

RestApis({
  1. List<RestApi>? items,
  2. String? position,
})

Implementation

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