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