TimeField constructor

TimeField(
  1. GenericDataFields owner,
  2. String fieldName,
  3. bool notNullable,
  4. bool isPrimaryKey,
)

Implementation

TimeField(GenericDataFields owner, String fieldName, bool notNullable,
    bool isPrimaryKey)
    : super(owner, fieldName, notNullable, isPrimaryKey);