remindable property

RemindableFact? remindable

Implementation

RemindableFact? get remindable {
  return this is RemindableFact ? this as RemindableFact : null;
}