AbstractProperty constructor

AbstractProperty({
  1. String? name,
  2. bool required = false,
  3. DataTypeEnum? type,
})

Implementation

AbstractProperty({this.name, this.required = false, this.type});