HealthRecordDeleteOptions class

Constructors

HealthRecordDeleteOptions({required DateTime startTime, required DateTime endTime, String? packageName, TimeUnit timeUnit = TimeUnit.MILLISECONDS, bool deleteSubData = false})

Properties

deleteSubData bool
getter/setter pair
endTime DateTime
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
packageName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime
getter/setter pair
timeUnit TimeUnit
getter/setter pair

Methods

isDeleteSubData(bool deleteSubData) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDataType(DataType dataType) → void
setHealthRecordIds(List<String> list) → void
setPackageName(String packageName) → void
setSubDataTypeList(List<DataType> subDataTypeList) → void
setTimeInterval(DateTime startTime, DateTime endTime, TimeUnit timeUnit) → void
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited