core.Map<core.String, core.dynamic> toJson() { final begin = this.begin; final id = this.id; final singleUse = this.singleUse; return {'begin': ?begin, 'id': ?id, 'singleUse': ?singleUse}; }