SupportedRuntimeFeatures constructor

SupportedRuntimeFeatures({
  1. bool? actionApis,
  2. bool? entityApis,
  3. bool? sqlQuery,
})

Implementation

SupportedRuntimeFeatures({
  this.actionApis,
  this.entityApis,
  this.sqlQuery,
});