core.Map<core.String, core.dynamic> toJson() => { if (id != null) 'id': id!, if (kind != null) 'kind': kind!, if (value != null) 'value': value!, };