comment method

FieldBlueprint comment(
  1. String comment
)

Implementation

FieldBlueprint comment(String comment) {
  fieldComment = comment;
  return this;
}