IssueTypeInfo class

Details of an issue type.

Constructors

IssueTypeInfo({int? avatarId, int? id, String? name})
IssueTypeInfo.fromJson(Map<String, Object?> json)
factory

Properties

avatarId int?
The avatar of the issue type.
final
hashCode int
The hash code for this object.
no setterinherited
id int?
The ID of the issue type.
final
name String?
The name of the issue type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? avatarId, int? id, String? name}) IssueTypeInfo
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited