toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (encryptionSpec != null) 'encryptionSpec': encryptionSpec!,
  if (name != null) 'name': name!,
  if (satisfiesPzi != null) 'satisfiesPzi': satisfiesPzi!,
  if (satisfiesPzs != null) 'satisfiesPzs': satisfiesPzs!,
  if (timeZone != null) 'timeZone': timeZone!,
};