isSelfCare property

bool? isSelfCare
final

Whether this is a self-care action, meaning it was returned from Luscii.getSelfCareActions. Note that isPlanned can still be true if isSelfCare is true. Note that this only works on Android

Implementation

final bool? isSelfCare;