constructorParams property

String constructorParams

Implementation

String get constructorParams {
  return this.fields.map((field) => field.constructorParam).join('\n');
}