ComponentPlatform constructor

ComponentPlatform({
  1. Map<String, String>? attributes,
  2. String? name,
})

Implementation

ComponentPlatform({
  this.attributes,
  this.name,
});