| <!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, initial-scale=1"> | 
 |   {{#includeVersion}} | 
 |   <meta name="generator" content="made with love by dartdoc {{version}}"> | 
 |   {{/includeVersion}} | 
 |   <meta name="description" content="{{ metaDescription }}"> | 
 |   <title>{{ title }}</title> | 
 |   {{ #relCanonicalPrefix }} | 
 |   <link rel="canonical" href="{{relCanonicalPrefix}}/{{self.href}}"> | 
 |   {{ /relCanonicalPrefix}} | 
 |   {{#htmlBase}} | 
 |   <!-- required because all the links are pseudo-absolute --> | 
 |   <base href="{{htmlBase}}"> | 
 |   {{/htmlBase}} | 
 |  | 
 |   <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500,400i,400,300|Source+Sans+Pro:400,300,700" 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"> | 
 |  | 
 |   <!-- header placeholder --> | 
 | </head> | 
 |  | 
 | <body> | 
 |  | 
 | <div id="overlay-under-drawer"></div> | 
 |  | 
 | <header id="title"> | 
 |   {{^navLinks.isEmpty}} | 
 |   <button id="sidenav-left-toggle" type="button"> </button> | 
 |   {{/navLinks.isEmpty}} | 
 |   <ol class="breadcrumbs gt-separated dark hidden-xs"> | 
 |     {{#navLinks}} | 
 |     <li><a href="{{href}}">{{name}}</a></li> | 
 |     {{/navLinks}} | 
 |     {{^hasHomepage}} | 
 |     <li class="self-crumb">{{{ layoutTitle }}}</li> | 
 |     {{/hasHomepage}} | 
 |     {{#hasHomepage}} | 
 |     <li><a href="{{homepage}}">{{{ layoutTitle }}}</a></li> | 
 |     {{/hasHomepage}} | 
 |   </ol> | 
 |   <div class="self-name">{{self.name}}</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> |