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