-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b6767ba
commit d83c4e4
Showing
38 changed files
with
6,389 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
<!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="generator" content="made with love by dartdoc 0.39.0"> | ||
<meta name="description" content="virtualcreditcard API docs, for the Dart programming language."> | ||
<title>virtualcreditcard - Dart API docs</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"> | ||
<link rel="stylesheet" href="static-assets/styles.css"> | ||
<link rel="icon" href="static-assets/favicon.png"> | ||
|
||
</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="https://github.com/devsigofficial/virtualcreditcard.git">virtualcreditcard package</a></li> | ||
</ol> | ||
<div class="self-name">virtualcreditcard</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-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="https://github.com/devsigofficial/virtualcreditcard.git">virtualcreditcard package</a></li> | ||
</ol> | ||
|
||
<h5><span class="package-name">virtualcreditcard</span> <span class="package-kind">package</span></h5> | ||
<ol> | ||
<li class="section-title">Libraries</li> | ||
<li><a href="cardtype/cardtype-library.html">cardtype</a></li> | ||
<li><a href="virtualcreditcard/virtualcreditcard-library.html">virtualcreditcard</a></li> | ||
<li><a href="virtualcreditcard_web/virtualcreditcard_web-library.html">virtualcreditcard_web</a></li> | ||
</ol> | ||
</div> | ||
|
||
<div id="dartdoc-main-content" class="main-content"> | ||
<h1>404: Something's gone wrong :-(</h1> | ||
|
||
<section class="desc"> | ||
<p>You've tried to visit a page that doesn't exist. Luckily this site | ||
has other <a href="index.html">pages</a>.</p> | ||
<p>If you were looking for something specific, try searching: | ||
<form class="search-body" role="search"> | ||
<input type="text" id="search-body" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search..."> | ||
</form> | ||
</p> | ||
|
||
</section> | ||
</div> <!-- /.main-content --> | ||
|
||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right"> | ||
</div> | ||
|
||
</main> | ||
|
||
<footer> | ||
<span class="no-break"> | ||
virtualcreditcard | ||
0.0.2 | ||
</span> | ||
|
||
</footer> | ||
|
||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> | ||
<script src="static-assets/typeahead.bundle.min.js"></script> | ||
<script src="static-assets/highlight.pack.js"></script> | ||
<script src="static-assets/script.js"></script> | ||
|
||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,271 @@ | ||
<!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 CardType enum from the cardtype library, for the Dart programming language."> | ||
<title>CardType enum - cardtype 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"> | ||
<link rel="stylesheet" href="../static-assets/styles.css"> | ||
<link rel="icon" href="../static-assets/favicon.png"> | ||
|
||
</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">virtualcreditcard</a></li> | ||
<li><a href="../cardtype/cardtype-library.html">cardtype</a></li> | ||
<li class="self-crumb">CardType enum</li> | ||
</ol> | ||
<div class="self-name">CardType</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-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">virtualcreditcard</a></li> | ||
<li><a href="../cardtype/cardtype-library.html">cardtype</a></li> | ||
<li class="self-crumb">CardType enum</li> | ||
</ol> | ||
|
||
<h5>cardtype library</h5> | ||
<ol> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="section-title"><a href="../cardtype/cardtype-library.html#enums">Enums</a></li> | ||
<li><a href="../cardtype/CardType-class.html">CardType</a></li> | ||
|
||
|
||
</ol> | ||
|
||
</div> | ||
|
||
<div id="dartdoc-main-content" class="main-content"> | ||
<div><h1><span class="kind-enum">CardType</span> enum <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="summary offset-anchor" id="constants"> | ||
<h2>Constants</h2> | ||
|
||
<dl class="properties"> | ||
<dt id="americanExpress" class="constant"> | ||
<span class="name ">americanExpress</span> | ||
<span class="signature">→ const <a href="../cardtype/CardType-class.html">CardType</a></span> | ||
</dt> | ||
<dd> | ||
|
||
|
||
<div> | ||
<span class="signature"><code>const CardType(3)</code></span> | ||
</div> | ||
</dd> | ||
<dt id="discover" class="constant"> | ||
<span class="name ">discover</span> | ||
<span class="signature">→ const <a href="../cardtype/CardType-class.html">CardType</a></span> | ||
</dt> | ||
<dd> | ||
|
||
|
||
<div> | ||
<span class="signature"><code>const CardType(4)</code></span> | ||
</div> | ||
</dd> | ||
<dt id="mastercard" class="constant"> | ||
<span class="name ">mastercard</span> | ||
<span class="signature">→ const <a href="../cardtype/CardType-class.html">CardType</a></span> | ||
</dt> | ||
<dd> | ||
|
||
|
||
<div> | ||
<span class="signature"><code>const CardType(1)</code></span> | ||
</div> | ||
</dd> | ||
<dt id="otherBrand" class="constant"> | ||
<span class="name ">otherBrand</span> | ||
<span class="signature">→ const <a href="../cardtype/CardType-class.html">CardType</a></span> | ||
</dt> | ||
<dd> | ||
|
||
|
||
<div> | ||
<span class="signature"><code>const CardType(0)</code></span> | ||
</div> | ||
</dd> | ||
<dt id="values" class="constant"> | ||
<span class="name ">values</span> | ||
<span class="signature">→ const <a href="https://api.flutter.dev/flutter/dart-core/List-class.html">List</a><span class="signature"><<wbr><span class="type-parameter"><a href="../cardtype/CardType-class.html">CardType</a></span>></span></span> | ||
</dt> | ||
<dd> | ||
<p>A constant List of the values in this enum, in order of their declaration.</p> | ||
|
||
<div> | ||
<span class="signature"><code>const List<<wbr><span class="type-parameter">CardType</span>></code></span> | ||
</div> | ||
</dd> | ||
<dt id="visa" class="constant"> | ||
<span class="name ">visa</span> | ||
<span class="signature">→ const <a href="../cardtype/CardType-class.html">CardType</a></span> | ||
</dt> | ||
<dd> | ||
|
||
|
||
<div> | ||
<span class="signature"><code>const CardType(2)</code></span> | ||
</div> | ||
</dd> | ||
</dl> | ||
</section> | ||
|
||
|
||
<section class="summary offset-anchor" id="instance-properties"> | ||
<h2>Properties</h2> | ||
|
||
<dl class="properties"> | ||
<dt id="hashCode" class="property inherited"> | ||
<span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></span> | ||
<span class="signature">→ <a href="https://api.flutter.dev/flutter/dart-core/int-class.html">int</a></span> | ||
</dt> | ||
<dd class="inherited"> | ||
The hash code for this object. <a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">[...]</a> | ||
<div class="features">read-only, inherited</div> | ||
</dd> | ||
<dt id="index" class="property"> | ||
<span class="name">index</span> | ||
<span class="signature">→ <a href="https://api.flutter.dev/flutter/dart-core/int-class.html">int</a></span> | ||
</dt> | ||
<dd> | ||
<p>The integer index of this enum.</p> | ||
<div class="features">final</div> | ||
</dd> | ||
<dt id="runtimeType" class="property inherited"> | ||
<span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></span> | ||
<span class="signature">→ <a href="https://api.flutter.dev/flutter/dart-core/Type-class.html">Type</a></span> | ||
</dt> | ||
<dd class="inherited"> | ||
A representation of the runtime type of the object. | ||
<div class="features">read-only, inherited</div> | ||
</dd> | ||
</dl> | ||
</section> | ||
|
||
<section class="summary offset-anchor" id="instance-methods"> | ||
<h2>Methods</h2> | ||
<dl class="callables"> | ||
<dt id="noSuchMethod" class="callable inherited"> | ||
<span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>) | ||
<span class="returntype parameter">→ dynamic</span> | ||
</span> | ||
</dt> | ||
<dd class="inherited"> | ||
Invoked when a non-existent method or property is accessed. <a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">[...]</a> | ||
<div class="features">inherited</div> | ||
</dd> | ||
<dt id="toString" class="callable"> | ||
<span class="name"><a href="../cardtype/CardType/toString.html">toString</a></span><span class="signature">(<wbr>) | ||
<span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> | ||
</span> | ||
</dt> | ||
<dd> | ||
A string representation of this object. <a href="../cardtype/CardType/toString.html">[...]</a> | ||
<div class="features">override</div> | ||
</dd> | ||
</dl> | ||
</section> | ||
|
||
<section class="summary offset-anchor inherited" id="operators"> | ||
<h2>Operators</h2> | ||
<dl class="callables"> | ||
<dt id="operator ==" class="callable inherited"> | ||
<span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>) | ||
<span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span> | ||
</span> | ||
</dt> | ||
<dd class="inherited"> | ||
The equality operator. <a href="https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html">[...]</a> | ||
<div class="features">inherited</div> | ||
</dd> | ||
</dl> | ||
</section> | ||
|
||
|
||
</div> <!-- /.main-content --> | ||
|
||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right"> | ||
<ol> | ||
|
||
|
||
<li class="section-title"><a href="../cardtype/CardType-class.html#constants">Constants</a></li> | ||
<li>americanExpress</li> | ||
<li>discover</li> | ||
<li>mastercard</li> | ||
<li>otherBrand</li> | ||
<li>values</li> | ||
<li>visa</li> | ||
|
||
<li class="section-title"> | ||
<a href="../cardtype/CardType-class.html#instance-properties">Properties</a> | ||
</li> | ||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li> | ||
<li>index</li> | ||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li> | ||
|
||
<li class="section-title"><a href="../cardtype/CardType-class.html#instance-methods">Methods</a></li> | ||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li> | ||
<li><a href="../cardtype/CardType/toString.html">toString</a></li> | ||
|
||
<li class="section-title inherited"><a href="../cardtype/CardType-class.html#operators">Operators</a></li> | ||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html">operator ==</a></li> | ||
|
||
|
||
</ol> | ||
|
||
</div><!--/.sidebar-offcanvas--> | ||
|
||
</main> | ||
|
||
<footer> | ||
<span class="no-break"> | ||
virtualcreditcard | ||
0.0.2 | ||
</span> | ||
|
||
</footer> | ||
|
||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> | ||
<script src="../static-assets/typeahead.bundle.min.js"></script> | ||
<script src="../static-assets/highlight.pack.js"></script> | ||
<script src="../static-assets/script.js"></script> | ||
|
||
|
||
</body> | ||
|
||
</html> |
Oops, something went wrong.