@override Object toJson() => { 'fingerprint': ?fingerprint, if (items.isNotDefault) 'items': [for (final i in items) i.toJson()], 'kind': ?kind, };