version method
Version get the builtin application version. 内置的应用版本信息.
Implementation
@MPI(flags: 8, name: "_{mesh.name}.builtin.version")
Future<Versions?> version({Context? ctx}) {
throw UnimplementedError('version() has not been implemented.');
}