GenerateLib constructor

const GenerateLib({
  1. String prefix = r'_$lib$',
})

Implementation

const GenerateLib({super.prefix = r'_$lib$'});