SimplifyClaimsOptions constructor

SimplifyClaimsOptions({
  1. String entityPrefix,
  2. String propertyPrefix,
  3. bool keepRichValues,
  4. bool keepTypes,
  5. bool keepQualifiers,
  6. bool keepReferences,
  7. bool keepIds,
  8. bool keepHashes,
  9. bool keepNonTruthy,
  10. bool keepRanks,
  11. String novalueValue,
  12. String somevalueValue,
  13. bool keepSnaktypes,
  14. bool keepAll,
  15. String timeConverter,
})

Implementation

external factory SimplifyClaimsOptions({
  String entityPrefix,
  String propertyPrefix,
  bool keepRichValues,
  bool keepTypes,
  bool keepQualifiers,
  bool keepReferences,
  bool keepIds,
  bool keepHashes,
  bool keepNonTruthy,
  bool keepRanks,
  String novalueValue,
  String somevalueValue,
  bool keepSnaktypes,
  bool keepAll,
  String timeConverter,
});