TypeProperty constructor
const
TypeProperty(
- bool nullAble,
- dynamic nullValue
Implementation
const TypeProperty(this.nullAble, this.nullValue);
const TypeProperty(this.nullAble, this.nullValue);