Chemistry constructor

Chemistry()

Returns the instance of this store if it exists, otherwise creates it and returns the newly created instance.

Implementation

factory Chemistry() => _instance ?? Chemistry._internal();