$Entity constructor

$Entity({
  1. Map<String, Object?>? customFeatures,
})

Implementation

$Entity({
  this.customFeatures,
});