GenerateType constructor

const GenerateType({
  1. String prefix = r'_$type$',
})

Implementation

const GenerateType({super.prefix = r'_$type$'});