WebApiModulesSettingsVehicleSettingsLicenseClassLicenseClass constructor

WebApiModulesSettingsVehicleSettingsLicenseClassLicenseClass({
  1. String? licenseClassId,
  2. String? licenseClass,
  3. String? description,
  4. bool? regulated,
  5. bool? inactive,
  6. String? dateStamp,
  7. String? auditNote,
  8. String? recordTitle,
  9. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  10. List<FwStandardDataFwCustomValue>? custom,
  11. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  12. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsVehicleSettingsLicenseClassLicenseClass({
  this.licenseClassId,
  this.licenseClass,
  this.description,
  this.regulated,
  this.inactive,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});