WebApiModulesSettingsRankRank constructor
WebApiModulesSettingsRankRank({
- String? rank,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesSettingsRankRank({
this.rank,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});