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