Profile constructor
Profile({})
Implementation
Profile({
this.age,
this.autoRunningStrideLengthMm,
this.autoWalkingStrideLengthMm,
this.membershipStartDate,
this.name,
this.userConfiguredRunningStrideLengthMm,
this.userConfiguredWalkingStrideLengthMm,
});