Watchers class

The details of watchers on an issue.

Constructors

Watchers({bool? isWatching, String? self, int? watchCount, List<UserDetails>? watchers})
Watchers.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isWatching bool
Whether the calling user is watching this issue.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self String?
The URL of these issue watcher details.
final
watchCount int?
The number of users watching this issue.
final
watchers List<UserDetails>
Details of the users watching this issue.
final

Methods

copyWith({bool? isWatching, String? self, int? watchCount, List<UserDetails>? watchers}) Watchers
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