WebApiModulesAdministratorPluginPlugin constructor

const WebApiModulesAdministratorPluginPlugin({
  1. int? pluginId,
  2. String? category,
  3. String? description,
  4. String? settings,
  5. DateTime? dateStamp,
  6. bool? enabled,
  7. String? auditNote,
  8. String? recordTitle,
  9. dynamic urlIdentifier,
  10. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  11. List<FwStandardDataFwCustomValue>? custom,
  12. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  13. FwStandardBusinessLogicFwBusinessLogic? original,
  14. List<FwStandardDataFwTranslatedValue>? translation,
  15. bool? hasImport,
  16. String? createdByUserId,
  17. String? createdByUserName,
  18. String? createdDateTime,
  19. String? modifiedByUserId,
  20. String? modifiedByUserName,
  21. String? modifiedDateTime,
})

Implementation

const WebApiModulesAdministratorPluginPlugin({
  this.pluginId,
  this.category,
  this.description,
  this.settings,
  this.dateStamp,
  this.enabled,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});