UDTEntity constructor

UDTEntity({
  1. Map<String, Object?>? customFeatures,
  2. String? udtBody,
  3. String? udtSqlCode,
})

Implementation

UDTEntity({
  this.customFeatures,
  this.udtBody,
  this.udtSqlCode,
});