GooglePrivacyDlpV2QuoteInfo.fromJson constructor

GooglePrivacyDlpV2QuoteInfo.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2QuoteInfo.fromJson(core.Map json_)
    : this(
        dateTime: json_.containsKey('dateTime')
            ? GooglePrivacyDlpV2DateTime.fromJson(
                json_['dateTime'] as core.Map<core.String, core.dynamic>)
            : null,
      );