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