TypeProperty constructor

const TypeProperty(
  1. bool nullAble,
  2. dynamic nullValue
)

Implementation

const TypeProperty(this.nullAble, this.nullValue);