DocumentGroupDto constructor

DocumentGroupDto({
  1. String? guid,
  2. String? name,
})

Returns a new DocumentGroupDto instance.

Implementation

DocumentGroupDto({
  this.guid,
  this.name,
});