MaskingConfig constructor

const MaskingConfig({
  1. bool maskTexts,
  2. bool maskImages,
  3. bool maskTextFields,
})

A factory used to create a custom MaskingConfig

For easier readability, consider using:

This factory does not accept explicitly set null values. However you may omit arguments. In this case the omitted args will be retrieved from the closest ancestor SessionReplayMaskingScope's MaskingConfig.

Implementation

const factory MaskingConfig({
  bool maskTexts,
  bool maskImages,
  bool maskTextFields,
}) = MaskingConfig._pestilence1314;