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