Platform constructor

Platform({
  1. String? name,
  2. String? platformType,
})

Implementation

Platform({
  this.name,
  this.platformType,
});