factoryParams property Null safety
Implementation
String get factoryParams {
return this.fields.isNotEmpty
? '{' + this.fields.map((field) => field.factoryParam + ',').join() + '}'
: '';
}
String get factoryParams {
return this.fields.isNotEmpty
? '{' + this.fields.map((field) => field.factoryParam + ',').join() + '}'
: '';
}