WebApiModulesUtilitiesProgressMeterProgressMeter constructor
WebApiModulesUtilitiesProgressMeterProgressMeter({
- String? sessionId,
- String? caption,
- int? currentStep,
- int? totalSteps,
- int? percentComplete,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesUtilitiesProgressMeterProgressMeter({
this.sessionId,
this.caption,
this.currentStep,
this.totalSteps,
this.percentComplete,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});