dart_meta_types icon indicating copy to clipboard operation
dart_meta_types copied to clipboard

Enforce usage of List.unmodifiable and Map.unmodifable

Open davidmarne opened this issue 7 years ago • 0 comments

When lists and maps are used in sealed and data classes, the generator should create an unmodifiable version of the collection passed to the constructor or clone method.

davidmarne avatar Aug 07 '18 06:08 davidmarne