FunctionEntity constructor

FunctionEntity({
  1. Map<String, Object?>? customFeatures,
  2. String? sqlCode,
})

Implementation

FunctionEntity({
  this.customFeatures,
  this.sqlCode,
});