toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (actionItem != null) 'actionItem': actionItem!,
  if (code != null) 'code': code!,
  if (helpLinks != null) 'helpLinks': helpLinks!,
  if (warningMessage != null) 'warningMessage': warningMessage!,
  if (warningTime != null) 'warningTime': warningTime!,
};