Input$IssueFilters class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Input$IssueFilters({String? assignee, String? createdBy, List<String>? labels, String? mentioned, String? milestone, String? since, List<Enum$IssueState>? states, bool? viewerSubscribed})
Input$IssueFilters.fromJson(Map<String, dynamic> json)
factory

Properties

assignee String?
final
createdBy String?
final
hashCode int
The hash code for this object.
no setteroverride
labels List<String>?
final
mentioned String?
final
milestone String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
since String?
final
states List<Enum$IssueState>?
final
viewerSubscribed bool?
final

Methods

copyWith({String? assignee()?, String? createdBy()?, List<String>? labels()?, String? mentioned()?, String? milestone()?, String? since()?, List<Enum$IssueState>? states()?, bool? viewerSubscribed()?}) Input$IssueFilters
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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