PrimaryColumn constructor

const PrimaryColumn(
  1. String name
)

Implementation

const PrimaryColumn(String name) : super(name, _primaryType);