InfoModel constructor

InfoModel({
  1. String collectionName = "",
  2. String baseUrl = "",
})

Implementation

InfoModel({
   this.collectionName ="",
   this.baseUrl ="",
});