remindable property

RemindableFact? get remindable

Implementation

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