code_builder icon indicating copy to clipboard operation
code_builder copied to clipboard

Add private constructor option

Open sh1l0n opened this issue 1 year ago • 1 comments

Some libraries as freezed need private constructor to enable some features, could be good to add that option to class code_builder

class Foo {
    const Foo._();
}

sh1l0n avatar Mar 13 '24 14:03 sh1l0n