immutable 0.0.3 copy "immutable: ^0.0.3" to clipboard
immutable: ^0.0.3 copied to clipboard

outdatedDart 1 only

Immutable collections for Dart

example/immutable.dart

// Copyright (c) 2015, <your name>. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.

library immutable.example;

import 'package:immutable/immutable.dart';

main() {
  var awesome = new Awesome();
  print('awesome: ${awesome.isAwesome}');
}
0
likes
30
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

Immutable collections for Dart

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

More

Packages that depend on immutable