GenerateName constructor

const GenerateName({
  1. String prefix = r'_$name$',
})

Implementation

const GenerateName({super.prefix = r'_$name$'});