RequestTypeCreateDTO constructor

RequestTypeCreateDTO({
  1. String? description,
  2. String? helpText,
  3. String? issueTypeId,
  4. String? name,
})

Implementation

RequestTypeCreateDTO(
    {this.description, this.helpText, this.issueTypeId, this.name});