128 lines
3.7 KiB
HTML
128 lines
3.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
|
<meta name="description" content="API docs for the exitSuccess constant from the dcat library, for the Dart programming language.">
|
|
<title>exitSuccess constant - dcat library - Dart API</title>
|
|
|
|
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" href="../static-assets/github.css?v1">
|
|
<link rel="stylesheet" href="../static-assets/styles.css?v1">
|
|
<link rel="icon" href="../static-assets/favicon.png?v1">
|
|
|
|
|
|
</head>
|
|
|
|
|
|
<body data-base-href="../"
|
|
data-using-base-href="false">
|
|
|
|
<div id="overlay-under-drawer"></div>
|
|
|
|
<header id="title">
|
|
<button id="sidenav-left-toggle" type="button"> </button>
|
|
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
|
<li><a href="../index.html">dcat</a></li>
|
|
<li><a href="../dcat/dcat-library.html">dcat</a></li>
|
|
<li class="self-crumb">exitSuccess constant</li>
|
|
</ol>
|
|
<div class="self-name">exitSuccess</div>
|
|
<form class="search navbar-right" role="search">
|
|
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
|
</form>
|
|
</header>
|
|
|
|
<main>
|
|
|
|
|
|
<div id="dartdoc-main-content" class="main-content">
|
|
<div>
|
|
<h1><span class="kind-top-level-property">exitSuccess</span> top-level constant
|
|
<a href="https://dart.dev/null-safety" class="feature feature-null-safety" title="Supports the null safety language feature.">Null safety</a>
|
|
|
|
</h1></div>
|
|
|
|
<section class="multi-line-signature">
|
|
<a href="https://api.dart.dev/stable/2.14.3/dart-core/int-class.html">int</a>
|
|
const <span class="name ">exitSuccess</span>
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="summary source-code" id="source">
|
|
<h2><span>Implementation</span></h2>
|
|
<pre class="language-dart"><code class="language-dart">const exitSuccess = 0;</code></pre>
|
|
</section>
|
|
|
|
|
|
|
|
</div> <!-- /.main-content -->
|
|
|
|
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
|
<header id="header-search-sidebar" class="hidden-l">
|
|
<form class="search-sidebar" role="search">
|
|
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
|
</form>
|
|
</header>
|
|
|
|
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
|
<li><a href="../index.html">dcat</a></li>
|
|
<li><a href="../dcat/dcat-library.html">dcat</a></li>
|
|
<li class="self-crumb">exitSuccess constant</li>
|
|
</ol>
|
|
|
|
|
|
<h5>dcat library</h5>
|
|
<ol>
|
|
|
|
|
|
|
|
<li class="section-title"><a href="../dcat/dcat-library.html#constants">Constants</a></li>
|
|
<li><a href="../dcat/exitFailure-constant.html">exitFailure</a></li>
|
|
<li><a href="../dcat/exitSuccess-constant.html">exitSuccess</a></li>
|
|
|
|
|
|
<li class="section-title"><a href="../dcat/dcat-library.html#functions">Functions</a></li>
|
|
<li><a href="../dcat/cat.html">cat</a></li>
|
|
<li><a href="../dcat/printError.html">printError</a></li>
|
|
|
|
|
|
|
|
</ol>
|
|
|
|
</div><!--/.sidebar-offcanvas-left-->
|
|
|
|
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
|
</div><!--/.sidebar-offcanvas-->
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
<span class="no-break">
|
|
dcat
|
|
1.0.0
|
|
</span>
|
|
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
<script src="../static-assets/highlight.pack.js?v1"></script>
|
|
<script src="../static-assets/script.js?v1"></script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|