IssueBean constructor

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

Implementation

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