SafetyData class
Provides access to chemical safety data, including hazard classifications, safety precautions, and regulatory information.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Static Methods
-
getHazardStatementDescription(
String code) → String? - Returns a description for a specific hazard statement code
-
getPrecautionaryStatementDescription(
String code) → String? - Returns a description for a specific precautionary statement code
-
getSafetyData(
String chemical, {bool useCached = true}) → Future< Map< String, dynamic> > - Retrieves safety data for a chemical compound by name or identifier.
Constants
- chempubBaseUrl → const String
- Base URL for PubChem API.