IssueBean constructor

IssueBean({
  1. PageOfChangelogs? changelog,
  2. IssueUpdateMetadata? editmeta,
  3. String? expand,
  4. Map<String, dynamic>? fields,
  5. IncludedFields? fieldsToInclude,
  6. String? id,
  7. String? key,
  8. Map<String, dynamic>? names,
  9. Operations? operations,
  10. Map<String, dynamic>? properties,
  11. Map<String, dynamic>? renderedFields,
  12. Map<String, dynamic>? schema,
  13. String? self,
  14. List<IssueTransition>? transitions,
  15. Map<String, dynamic>? versionedRepresentations,
})

Implementation

IssueBean(
    {this.changelog,
    this.editmeta,
    this.expand,
    this.fields,
    this.fieldsToInclude,
    this.id,
    this.key,
    this.names,
    this.operations,
    this.properties,
    this.renderedFields,
    this.schema,
    this.self,
    List<IssueTransition>? transitions,
    this.versionedRepresentations})
    : transitions = transitions ?? [];