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