Installation constructor

Installation(
  1. Map innerMap, {
  2. int? id,
})

Implementation

Installation(
  super.innerMap, {
  super.id,
});