Layer constructor

Layer({
  1. String? applicationType,
  2. String? databaseType,
  3. List<Instance>? instances,
  4. String? sid,
})

Implementation

Layer({
  this.applicationType,
  this.databaseType,
  this.instances,
  this.sid,
});