toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (reason != null) 'reason': reason!,
if (status != null) 'status': status!,
if (type != null) 'type': type!,
if (updateTime != null) 'updateTime': updateTime!,
};