toJson method
dynamic
toJson()
Implementation
dynamic toJson() {
return <String, dynamic>{
'applyHeightToFirstAscent': applyHeightToFirstAscent,
'applyHeightToLastDescent': applyHeightToLastDescent,
'leadingDistribution': leadingDistribution.name,
};
}