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