toObject method

dynamic toObject()

Implementation

dynamic toObject() => {
      _Keys.weightKg: massKilograms?.toObject(),
      _Keys.heightCm: heightCentimeters?.toObject(),
      _Keys.bmi: bodyMassIndex?.toObject(),
      _Keys.bodyFatPercentage: bodyFatPercentage?.toObject(),
      _Keys.boneMassG: boneMassGrams?.toObject(),
      _Keys.muscleMassG: muscleMassGrams?.toObject(),
      _Keys.waterPercentage: waterPercentage?.toObject(),
    };