WebApiModulesAdministratorPluginPlugin constructor
WebApiModulesAdministratorPluginPlugin({
- int? pluginId,
- String? category,
- String? description,
- String? settings,
- bool? inactive,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes,
Implementation
WebApiModulesAdministratorPluginPlugin({
this.pluginId,
this.category,
this.description,
this.settings,
this.inactive,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
});