isIndoorWorkout property

bool get isIndoorWorkout

Implementation

bool get isIndoorWorkout => (this['HKIndoorWorkout'] as num?)?.toInt() == 1;