SimplificationOptions constructor

SimplificationOptions({
  1. String entityPrefix,
  2. String propertyPrefix,
  3. bool keepRichValues,
  4. bool keepQualifiers,
  5. bool keepReferences,
  6. bool keepIds,
  7. bool keepHashes,
  8. bool keepNonTruthy,
  9. bool addUrl,
})

Implementation

external factory SimplificationOptions(
    {String entityPrefix,
    String propertyPrefix,
    bool keepRichValues,
    bool keepQualifiers,
    bool keepReferences,
    bool keepIds,
    bool keepHashes,
    bool keepNonTruthy,
    bool addUrl});