wasUserEntered property

bool get wasUserEntered

Implementation

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