ConcentrationMolar$MolPerCentimeterCubic.fromJson constructor

ConcentrationMolar$MolPerCentimeterCubic.fromJson(
  1. Map<String, dynamic> json
)

If there is no matched key, returning with 0 value

Implementation

factory ConcentrationMolar$MolPerCentimeterCubic.fromJson(
  Map<String, dynamic> json,
) =>
    ConcentrationMolar$MolPerCentimeterCubic.from(
      ConcentrationMolar.fromJson(json),
    );