Issue class

Single task to display in FreelanceWorkView.

Constructors

Issue({required String title, String? description, String url = '', int number = 0})
const

Properties

description → String?
Description of this Issue.
final
hashCode → int
The hash code for this object.
no setterinherited
number → int
Number of this Issue.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
title → String
Title of this Issue.
final
url → String
URL to the remote resource representing this Issue.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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