GooglePrivacyDlpV2Proximity.fromJson constructor

GooglePrivacyDlpV2Proximity.fromJson(
  1. Map json_
)

Implementation

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