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