MineralModule constructor

MineralModule(
  1. String identifier,
  2. String label,
  3. String? description
)

Implementation

MineralModule(this.identifier, this.label, this.description);