nullable method

FieldBlueprint nullable()

Implementation

FieldBlueprint nullable() {
  isNullable = true;
  return this;
}