getConstructor method

  1. @protected
String getConstructor(
  1. List<FieldBase> fields
)

Implementation

@protected
String getConstructor(final List<FieldBase> fields) =>
    _getConstructor(classElement, fields);