$SqlProperty constructor

$SqlProperty({
  1. bool? enabled,
  2. String? numericValue,
  3. String? property,
})

Implementation

$SqlProperty({
  this.enabled,
  this.numericValue,
  this.property,
});