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