copy_with_e_generator 1.0.5 copy "copy_with_e_generator: ^1.0.5" to clipboard
copy_with_e_generator: ^1.0.5 copied to clipboard

outdated

Creates copyWith extension methods for each annotated class and works with abstract too.

example/example.dart

import 'package:copy_with_e_annotation/copy_with_e_annotation.dart';

//see example project in github

@CopyWithE()
class Person {
  final int age;
  final String name;

  Person({this.age, this.name});

  String toString() => "${age.toString()}, ${name.toString()}";
}
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Creates copyWith extension methods for each annotated class and works with abstract too.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, analyzer_models, basic_utils, build, copy_with_e_annotation, dartx, source_gen, tuple

More

Packages that depend on copy_with_e_generator