WebApiModulesUtilitiesProgressMeterProgressMeter constructor

const WebApiModulesUtilitiesProgressMeterProgressMeter({
  1. String? sessionId,
  2. String? caption,
  3. int? currentStep,
  4. int? totalSteps,
  5. int? percentComplete,
  6. String? auditNote,
  7. String? recordTitle,
  8. dynamic urlIdentifier,
  9. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  10. List<FwStandardDataFwCustomValue>? custom,
  11. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  12. FwStandardBusinessLogicFwBusinessLogic? original,
  13. List<FwStandardDataFwTranslatedValue>? translation,
  14. bool? hasImport,
  15. bool? hasDocuments,
  16. String? createdByUserId,
  17. String? createdByUserName,
  18. String? createdDateTime,
  19. String? modifiedByUserId,
  20. String? modifiedByUserName,
  21. String? modifiedDateTime,
})

Implementation

const WebApiModulesUtilitiesProgressMeterProgressMeter({
  this.sessionId,
  this.caption,
  this.currentStep,
  this.totalSteps,
  this.percentComplete,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});