IssueTypeUpdateBean class

Constructors

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

Properties

avatarId int?
The ID of an issue type avatar.
final
description String?
The description of the issue type.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The unique name for the issue type. The maximum length is 60 characters.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? avatarId, String? description, String? name}) IssueTypeUpdateBean
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