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