repo_id
stringlengths
21
168
file_path
stringlengths
36
210
content
stringlengths
1
9.98M
__index_level_0__
int64
0
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_interop/tty.dart
// Copyright (c) 2018, Anatoly Pulyaevskiy. All rights reserved. Use of this source code // is governed by a BSD-style license that can be found in the LICENSE file. /// Node.js "process" module bindings. /// /// The tty module provides the [TTYReadStream] and [TTYWriteStream] classes. /// In most cases, it will not b...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_interop/http.dart
// Copyright (c) 2017, Anatoly Pulyaevskiy. All rights reserved. Use of this source code // is governed by a BSD-style license that can be found in the LICENSE file. /// Node.js "http" module bindings. /// /// Use top-level [http] object to access this module functionality. /// To create an HTTP agent see [createHttpA...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_interop/process.dart
// Copyright (c) 2018, Anatoly Pulyaevskiy. All rights reserved. Use of this source code // is governed by a BSD-style license that can be found in the LICENSE file. /// Node.js "process" module bindings. /// /// The `process` object is a global that provides information about, and /// control over, the current Node.j...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_interop/tls.dart
// Copyright (c) 2017, Anatoly Pulyaevskiy. All rights reserved. Use of this source code // is governed by a BSD-style license that can be found in the LICENSE file. /// Node.js "tls" module bindings. /// /// Use library-level [tls] object as entrypoint. @JS() library node_interop.tls; import 'dart:js_util'; import ...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_interop/module.dart
// Copyright (c) 2018, Anatoly Pulyaevskiy. All rights reserved. Use of this source code // is governed by a BSD-style license that can be found in the LICENSE file. /// Node.js "module" module bindings. /// /// This library does not declare library-level getter for the module in order /// to avoid name collision with...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_interop/buffer.dart
// Copyright (c) 2018, Anatoly Pulyaevskiy. All rights reserved. Use of this source code // is governed by a BSD-style license that can be found in the LICENSE file. /// Node.js "buffer" module bindings. /// /// Normally there should be no need to import this module directly as /// [Buffer] class is available globally...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_interop/node_interop.dart
// Copyright (c) 2017, Anatoly Pulyaevskiy. All rights reserved. Use of this source code // is governed by a BSD-style license that can be found in the LICENSE file. /// Node interop library. /// /// This library exports only globally available APIs. Built-in Node modules /// can be imported with `import 'package:node...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_interop/https.dart
// Copyright (c) 2017, Anatoly Pulyaevskiy. All rights reserved. Use of this source code // is governed by a BSD-style license that can be found in the LICENSE file. /// Node.js "https" module bindings. /// /// Use library-level [https] object to access this module functionality. /// To create HTTPS agent use [createH...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_interop/js.dart
// Copyright (c) 2018, Anatoly Pulyaevskiy. All rights reserved. Use of this source code // is governed by a BSD-style license that can be found in the LICENSE file. /// Bindings for global JavaScript objects not specific to Node.js. @JS() library node_interop.js; import 'package:js/js.dart'; @JS() external dynamic ...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_interop/timers.dart
// Copyright (c) 2018, Anatoly Pulyaevskiy. All rights reserved. Use of this source code // is governed by a BSD-style license that can be found in the LICENSE file. /// Node.js "timers" module bindings. @JS() library node_interop.timers; import 'package:js/js.dart'; @JS() abstract class Immediate {} @JS() abstract...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_interop/events.dart
// Copyright (c) 2018, Anatoly Pulyaevskiy. All rights reserved. Use of this source code // is governed by a BSD-style license that can be found in the LICENSE file. /// Node.js "events" module bindings. @JS() library node_interop.events; import 'package:js/js.dart'; @JS() @anonymous abstract class EventEmitter { ...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_interop/child_process.dart
// Copyright (c) 2017, Anatoly Pulyaevskiy. All rights reserved. Use of this source code // is governed by a BSD-style license that can be found in the LICENSE file. /// Node.js "child_process" module bindings. /// /// Use top-level [childProcess] object to access this module functionality. @JS() library node_interop....
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_interop/os.dart
// Copyright (c) 2018, Anatoly Pulyaevskiy. All rights reserved. Use of this source code // is governed by a BSD-style license that can be found in the LICENSE file. /// Node.js "os" module bindings. /// /// Use library-level [os] object to access functionality of this module. @JS() library node_interop.os; import 'p...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_interop/dns.dart
// Copyright (c) 2018, Anatoly Pulyaevskiy. All rights reserved. Use of this source code // is governed by a BSD-style license that can be found in the LICENSE file. /// Node.js "dns" module bindings. @JS() library node_interop.dns; import 'package:js/js.dart'; import 'node.dart'; import 'util.dart'; DNS get dns =>...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_interop/test.dart
// Copyright (c) 2017, Anatoly Pulyaevskiy. All rights reserved. Use of this source code // is governed by a BSD-style license that can be found in the LICENSE file. /// Testing utilities for Dart applications with node_interop. @JS() library node_interop.test; import 'package:js/js.dart'; import 'fs.dart'; import '...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_interop/querystring.dart
// Copyright (c) 2018, Anatoly Pulyaevskiy. All rights reserved. Use of this source code // is governed by a BSD-style license that can be found in the LICENSE file. /// Node.js "querystring" module bindings. /// /// Use library-level [querystring] object to access functionality of this module. @JS() library node_inte...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/pubspec_parse/pubspec_parse.dart
// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. export 'src/dependency.dart' show Dependency, HostedDependency, GitDependenc...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/pubspec_parse
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/pubspec_parse/src/dependency.g.dart
// GENERATED CODE - DO NOT MODIFY BY HAND // ignore_for_file: prefer_expression_function_bodies part of 'dependency.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** SdkDepen...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/pubspec_parse
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/pubspec_parse/src/pubspec.dart
// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'package:checked_yaml/checked_yaml.dart'; import 'package:json_annotation/json_annotation.dart';...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/pubspec_parse
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/pubspec_parse/src/pubspec.g.dart
// GENERATED CODE - DO NOT MODIFY BY HAND // ignore_for_file: prefer_expression_function_bodies part of 'pubspec.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** Pubspec _$P...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/pubspec_parse
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/pubspec_parse/src/dependency.dart
// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'package:json_annotation/json_annotation.dart'; import 'package:pub_semver/pub_semver.dart'; imp...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_channel/isolate_channel.dart
// Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. export 'src/isolate_channel.dart' show IsolateChannel;
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_channel/stream_channel.dart
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'dart:async'; import 'package:async/async.dart'; import 'src/guarantee_channel.dart'; import '...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_channel
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_channel/src/guarantee_channel.dart
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'dart:async'; import 'package:async/async.dart'; import '../stream_channel.dart'; /// A [Stre...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_channel
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_channel/src/isolate_channel.dart
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'dart:async'; import 'dart:isolate'; import 'package:async/async.dart'; import '../stream_chan...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_channel
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_channel/src/multi_channel.dart
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'dart:async'; import 'package:async/async.dart'; import '../stream_channel.dart'; /// A class...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_channel
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_channel/src/stream_channel_completer.dart
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'dart:async'; import 'package:async/async.dart'; import '../stream_channel.dart'; /// A [chan...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_channel
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_channel/src/delegating_stream_channel.dart
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'dart:async'; import '../stream_channel.dart'; /// A simple delegating wrapper around [StreamC...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_channel
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_channel/src/json_document_transformer.dart
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'dart:convert'; import 'package:async/async.dart'; import '../stream_channel.dart'; import 'st...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_channel
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_channel/src/disconnector.dart
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'dart:async'; import 'package:async/async.dart'; import '../stream_channel.dart'; /// Allows ...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_channel
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_channel/src/stream_channel_transformer.dart
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'dart:async'; import 'dart:convert'; import 'package:async/async.dart'; import '../stream_chan...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_channel
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_channel/src/stream_channel_controller.dart
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'dart:async'; import '../stream_channel.dart'; /// A controller for exposing a new [StreamChan...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_channel
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_channel/src/close_guarantee_channel.dart
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'dart:async'; import 'package:async/async.dart'; import '../stream_channel.dart'; /// A [Stre...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/built_collection.dart
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details. // All rights reserved. Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. /// Built Collections bring the benefits of immutability to your Dart code via /// the [builder pattern](http://en.wi...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src/set_multimap.dart
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details. // All rights reserved. Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. library built_collection.set_multimap; import 'package:quiver/collection.dart' show SetMultimap; import 'package:quiv...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src/list_multimap.dart
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details. // All rights reserved. Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. library built_collection.list_multimap; import 'package:quiver/collection.dart' show ListMultimap; import 'package:qu...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src/map.dart
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details. // All rights reserved. Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. library built_collection.map; import 'package:quiver/core.dart' show hashObjects, hash2; import 'internal/copy_on_wr...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src/list.dart
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details. // All rights reserved. Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. library built_collection.list; import 'dart:math' show Random; import 'package:built_collection/src/iterable.dart' s...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src/iterable.dart
// Copyright (c) 2017, Google Inc. Please see the AUTHORS file for details. // All rights reserved. Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. library built_collection.iterable; import 'package:built_collection/src/list.dart' show BuiltList; import 'package:bu...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src/set.dart
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details. // All rights reserved. Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. library built_collection.set; import 'package:built_collection/src/iterable.dart' show BuiltIterable; import 'package...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src/list_multimap/built_list_multimap.dart
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details. // All rights reserved. Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. part of built_collection.list_multimap; /// The Built Collection [ListMultimap]. /// /// It implements the non-mutati...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src/list_multimap/list_multimap_builder.dart
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details. // All rights reserved. Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. part of built_collection.list_multimap; /// The Built Collection builder for [BuiltListMultimap]. /// /// It implemen...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src/internal/copy_on_write_map.dart
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details. // All rights reserved. Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. typedef _MapFactory<K, V> = Map<K, V> Function(); class CopyOnWriteMap<K, V> implements Map<K, V> { final _MapFacto...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src/internal/iterables.dart
// Copyright (c) 2019, Google Inc. Please see the AUTHORS file for details. // All rights reserved. Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. import 'package:built_collection/src/iterable.dart' show BuiltIterable; /// Evaluates a lazy iterable. /// /// A whit...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src/internal/copy_on_write_list.dart
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details. // All rights reserved. Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. import 'dart:math'; class CopyOnWriteList<E> implements List<E> { bool _copyBeforeWrite; final bool _growable; ...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src/internal/copy_on_write_set.dart
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details. // All rights reserved. Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. typedef _SetFactory<E> = Set<E> Function(); class CopyOnWriteSet<E> implements Set<E> { final _SetFactory<E> _setFa...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src/internal/test_helpers.dart
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details. // All rights reserved. Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. import '../list.dart'; import '../list_multimap.dart'; import '../map.dart'; import '../set.dart'; import '../set_mult...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src/list/built_list.dart
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details. // All rights reserved. Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. part of built_collection.list; /// The Built Collection [List]. /// /// It implements [Iterable] and the non-mutating...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src/list/list_builder.dart
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details. // All rights reserved. Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. part of built_collection.list; /// The Built Collection builder for [BuiltList]. /// /// It implements the mutating p...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src/iterable/built_iterable.dart
// Copyright (c) 2017, Google Inc. Please see the AUTHORS file for details. // All rights reserved. Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. part of built_collection.iterable; /// [Iterable] that is either a [BuiltList] or a [BuiltSet]. abstract class BuiltI...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src/map/built_map.dart
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details. // All rights reserved. Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. part of built_collection.map; typedef _MapFactory<K, V> = Map<K, V> Function(); /// The Built Collection [Map]. /// ...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src/map/map_builder.dart
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details. // All rights reserved. Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. part of built_collection.map; /// The Built Collection builder for [BuiltMap]. /// /// It implements the mutating par...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src/set/built_set.dart
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details. // All rights reserved. Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. part of built_collection.set; typedef _SetFactory<E> = Set<E> Function(); /// The Built Collection [Set]. /// /// It...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src/set/set_builder.dart
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details. // All rights reserved. Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. part of built_collection.set; /// The Built Collection builder for [BuiltSet]. /// /// It implements the mutating par...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src/set_multimap/set_multimap_builder.dart
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details. // All rights reserved. Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. part of built_collection.set_multimap; /// The Built Collection builder for [BuiltSetMultimap]. /// /// It implements...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_collection/src/set_multimap/built_set_multimap.dart
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details. // All rights reserved. Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. part of built_collection.set_multimap; /// The Built Collection [SetMultimap]. /// /// It implements the non-mutating...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_preamble/preamble.dart
library node_preamble; final _minified = r"""var dartNodePreambleSelf="undefined"!=typeof global?global:window,self=Object.create(dartNodePreambleSelf);if(self.scheduleImmediate=self.setImmediate?function(e){dartNodePreambleSelf.setImmediate(e)}:function(e){setTimeout(e,0)},self.require=require,self.exports=exports,"u...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/args/command_runner.dart
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'dart:async'; import 'dart:collection'; import 'dart:math' as math; import 'src/arg_parser.dart...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/args/args.dart
// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. export 'src/arg_parser.dart'; export 'src/arg_parser_exception.dart'; export 'src/arg_results.dart' hid...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/args
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/args/src/arg_results.dart
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'dart:collection'; import 'arg_parser.dart'; /// Creates a new [ArgResults]. /// /// Since [Ar...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/args
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/args/src/arg_parser.dart
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. // TODO(nweiz): Remove this ignore when sdk#30084 is fixed or when args no // longer refers to its own ...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/args
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/args/src/arg_parser_exception.dart
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. /// An exception thrown by `ArgParser`. class ArgParserException extends FormatException { /// The co...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/args
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/args/src/allow_anything_parser.dart
// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'dart:collection'; import 'arg_parser.dart'; import 'arg_results.dart'; import 'option.dart'; i...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/args
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/args/src/parser.dart
// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'dart:collection'; import 'arg_parser.dart'; import 'arg_parser_exception.dart'; import 'arg_re...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/args
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/args/src/option.dart
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. /// Creates a new [Option]. /// /// Since [Option] doesn't have a public constructor, this lets `ArgPar...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/args
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/args/src/usage_exception.dart
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. class UsageException implements Exception { final String message; final String usage; UsageExcep...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/args
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/args/src/usage.dart
// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'dart:math' as math; import '../args.dart'; import 'utils.dart'; /// Takes an [ArgParser] and ...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/args
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/args/src/utils.dart
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'dart:math' as math; /// Pads [source] to [length] by adding spaces at the end. String padRight(...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/args
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/args/src/help_command.dart
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import '../command_runner.dart'; /// The built-in help command that's added to every [CommandRunner]. ...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/analyzer.dart
// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. @deprecated library analyzer; import 'dart:io'; import 'package:analyzer/dart/analysis/features.dart';...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/instrumentation/file_instrumentation.dart
// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'dart:async'; import 'dart:io'; import 'package:analyzer/instrumentation/instrumentation.dart'; ...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/instrumentation/instrumentation.dart
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'dart:async'; import 'dart:convert'; /** * A container with analysis performance constants. */...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/context/declared_variables.dart
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. @deprecated library analyzer.context.declared_variables; export 'package:analyzer/dart/analysis/declare...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/context/context_root.dart
// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. @deprecated library context.context_root; export 'package:analyzer/src/context/context_root.dart';
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/analysis/features.dart
// Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'package:analyzer/src/dart/analysis/experiments.dart'; import 'package:meta/meta.dart'; import 'p...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/analysis/analysis_context_collection.dart
// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'package:analyzer/dart/analysis/analysis_context.dart'; import 'package:analyzer/file_system/file...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/analysis/declared_variables.dart
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'package:analyzer/dart/constant/value.dart'; import 'package:analyzer/src/dart/constant/value.dar...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/analysis/session.dart
// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'dart:async'; import 'package:analyzer/dart/analysis/analysis_context.dart'; import 'package:ana...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/analysis/context_root.dart
// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'package:analyzer/file_system/file_system.dart'; /// Information about the root directory associ...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/analysis/context_builder.dart
// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'package:analyzer/dart/analysis/analysis_context.dart'; import 'package:analyzer/dart/analysis/co...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/analysis/analysis_context.dart
// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'package:analyzer/dart/analysis/context_root.dart'; import 'package:analyzer/dart/analysis/sessio...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/analysis/uri_converter.dart
// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. /// A utility class used to convert between URIs and absolute file paths. abstract class UriConverter { ...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/analysis/utilities.dart
// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'dart:async'; import 'package:analyzer/dart/analysis/analysis_context.dart'; import 'package:ana...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/analysis/context_locator.dart
// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'package:analyzer/dart/analysis/analysis_context.dart'; import 'package:analyzer/dart/analysis/co...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/analysis/results.dart
// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'package:analyzer/dart/analysis/session.dart'; import 'package:analyzer/dart/ast/ast.dart'; impor...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/constant/value.dart
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. /// The interface used to access the result of constant evaluation. /// /// Because the analyzer does no...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/ast/ast.dart
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'package:analyzer/dart/analysis/features.dart'; import 'package:analyzer/dart/ast/precedence.dart...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/ast/resolution_map.dart
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'package:analyzer/dart/ast/ast.dart'; import 'package:analyzer/dart/element/element.dart'; import...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/ast/syntactic_entity.dart
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. export 'package:front_end/src/base/syntactic_entity.dart' show SyntacticEntity;
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/ast/standard_ast_factory.dart
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'package:analyzer/dart/ast/ast_factory.dart'; import 'package:analyzer/src/dart/ast/ast_factory.d...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/ast/precedence.dart
// Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'package:front_end/src/scanner/token.dart'; /// Opaque representation of Dart expression precede...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/ast/ast_factory.dart
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'package:analyzer/dart/analysis/features.dart'; import 'package:analyzer/dart/ast/ast.dart'; impo...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/ast/token.dart
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. /// Defines the tokens that are produced by the scanner, used by the parser, and /// referenced from the...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/ast/standard_resolution_map.dart
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'package:analyzer/dart/ast/resolution_map.dart'; import 'package:analyzer/src/dart/ast/resolution...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/ast/visitor.dart
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. /// Defines AST visitors that support useful patterns for visiting the nodes in /// an [AST structure](a...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/element/type_system.dart
// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'package:analyzer/dart/element/type.dart'; import 'package:meta/meta.dart'; /// A representation...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/element/element.dart
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. /// Defines the element model. The element model describes the semantic (as /// opposed to syntactic) st...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/element/nullability_suffix.dart
// Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. /// Suffix indicating the nullability of a type. /// /// This enum describes whether a `?` or `*` would ...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/element/visitor.dart
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. /// Defines element visitors that support useful patterns for visiting the /// elements in an [element m...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/analyzer/dart/element/type.dart
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. /// Defines the type model. The type model is part of the /// [element model](../dart_element_element/da...
0