class ApiVersion { final int version; const ApiVersion(this.version); }