GooglePrivacyDlpV2TimeZone.fromJson constructor

GooglePrivacyDlpV2TimeZone.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2TimeZone.fromJson(core.Map json_)
    : this(
        offsetMinutes: json_.containsKey('offsetMinutes')
            ? json_['offsetMinutes'] as core.int
            : null,
      );