FitnessDataMasterModel class model

運動データ ローカルDB

サーバから取得した運動データマスタをローカルDBに保持するためのクラス FitnessDataMasterはそのままではSqfLiteに保存できないため、fitness_data_masterとfitness_mastersの分解して保存する。  paramaters masterVersion マスターバージョン fitnessEvaluationThresholdVersion 運動評価閾値バージョン fitnessMasterVersion 運動マスターバージョン fitnessEvaluationThreshold 運動評価閾値No 配列データをjsonで保持

Annotations

Constructors

FitnessDataMasterModel({required String masterVersion, required String fitnessEvaluationThresholdVersion, required String fitnessMasterVersion, required String fitnessEvaluationThreshold})
const
factory

Properties

copyWith → $FitnessDataMasterModelCopyWith<FitnessDataMasterModel>
no setterinherited
fitnessEvaluationThreshold String
no setterinherited
fitnessEvaluationThresholdVersion String
no setterinherited
fitnessMasterVersion String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
masterVersion String
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