GooglePrivacyDlpV2Proximity.fromJson constructor

GooglePrivacyDlpV2Proximity.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2Proximity.fromJson(core.Map json_)
  : this(
      windowAfter: json_['windowAfter'] as core.int?,
      windowBefore: json_['windowBefore'] as core.int?,
    );