StringField constructor

StringField(
  1. GenericDataFields owner,
  2. String fieldName,
  3. bool notNullable,
  4. bool isPrimaryKey,
  5. int _maxLength,
)

Implementation

StringField(GenericDataFields owner, String fieldName, bool notNullable,
    bool isPrimaryKey, this._maxLength)
    : super(owner, fieldName, notNullable, isPrimaryKey);