toJson method

Map<String, dynamic> toJson()

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!,
    };