Qualification class

The Qualification data structure represents a Qualification assigned to a user, including the Qualification type and the value (score).

Constructors

Qualification({DateTime? grantTime, int? integerValue, Locale? localeValue, String? qualificationTypeId, QualificationStatus? status, String? workerId})
Qualification.fromJson(Map<String, dynamic> json)
factory

Properties

grantTime DateTime?
The date and time the Qualification was granted to the Worker. If the Worker's Qualification was revoked, and then re-granted based on a new Qualification request, GrantTime is the date and time of the last call to the AcceptQualificationRequest operation.
final
hashCode int
The hash code for this object.
no setterinherited
integerValue int?
The value (score) of the Qualification, if the Qualification has an integer value.
final
localeValue Locale?
final
qualificationTypeId String?
The ID of the Qualification type for the Qualification.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status QualificationStatus?
The status of the Qualification. Valid values are Granted | Revoked.
final
workerId String?
The ID of the Worker who possesses the Qualification.
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