core.Map<core.String, core.dynamic> toJson() { final options = this.options; final shuffle = this.shuffle; final type = this.type; return {'options': ?options, 'shuffle': ?shuffle, 'type': ?type}; }