fieldDecls property

String fieldDecls

Implementation

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