toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (description != null) 'description': description!,
if (fingerprint != null) 'fingerprint': fingerprint!,
if (name != null) 'name': name!,
if (terms != null) 'terms': terms!,
if (type != null) 'type': type!,
};