GetPoi constructor

GetPoi({
  1. bool? success,
  2. List<Datum>? data,
})

Implementation

GetPoi({
  this.success,
  this.data,
});