ViewEntity constructor

ViewEntity({
  1. List<ConstraintEntity>? constraints,
  2. Map<String, Object?>? customFeatures,
  3. String? sqlCode,
})

Implementation

ViewEntity({
  this.constraints,
  this.customFeatures,
  this.sqlCode,
});