toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (activeVersion != null) 'activeVersion': activeVersion!,
if (certs != null)
'certs': certs!.map((value) => value.toJson()).toList(),
if (kind != null) 'kind': kind!,
};