CategoryPatch constructor

CategoryPatch({
  1. String? identificationNumber,
  2. String? name,
})

Returns a new CategoryPatch instance.

Implementation

CategoryPatch({
  this.identificationNumber,
  this.name,
});