constructorParam property Null safety
Implementation
String get constructorParam {
if (cfg.nnbd) {
return 'required this.$name';
} else {
return '@required this.$name';
}
}
String get constructorParam {
if (cfg.nnbd) {
return 'required this.$name';
} else {
return '@required this.$name';
}
}