type property

The type of this column in a ManagedDataModel.

Implementation

ManagedPropertyType? get type => typeFromTypeString(_type);
void type=(ManagedPropertyType? t)

Implementation

set type(ManagedPropertyType? t) {
  _type = typeStringForType(t);
}