DataMaskingStatistics.fromJson constructor

DataMaskingStatistics.fromJson(
  1. Map json_
)

Implementation

DataMaskingStatistics.fromJson(core.Map json_)
    : this(
        dataMaskingApplied: json_['dataMaskingApplied'] as core.bool?,
      );