ChemicalElement class

Constructors

ChemicalElement({required String name, required String symbol, required String category, required String appearance, required MatterPhase stpPhase, required int number, required int period, required int row, required int column, required List<int> shells, required num atomicMass, num? molecularDensity, num? heatCapacity, num? meltingPoint, num? boilingPoint})
const

Properties

appearance String
final
atomicMass num
final
boilingPoint num?
final
category String
final
column int
final
group int
Currently we have no separate group data. But generally it should be the same as the column.
no setter
hashCode int
The hash code for this object.
no setterinherited
heatCapacity num?
final
meltingPoint num?
final
molecularDensity num?
final
name String
final
number int
final
period int
final
row int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shells List<int>
final
stpPhase MatterPhase
final
symbol String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited