toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (fixableCount != null) 'fixableCount': fixableCount!,
      if (resource != null) 'resource': resource!.toJson(),
      if (severity != null) 'severity': severity!,
      if (totalCount != null) 'totalCount': totalCount!,
    };