WebApiModulesUtilitiesProgressMeterProgressMeter constructor

WebApiModulesUtilitiesProgressMeterProgressMeter({
  1. String? sessionId,
  2. String? caption,
  3. int? currentStep,
  4. int? totalSteps,
  5. int? percentComplete,
  6. String? auditNote,
  7. String? recordTitle,
  8. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  9. List<FwStandardDataFwCustomValue>? custom,
  10. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  11. 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,
});