Work class

This class represents an employment within the career of an individual.

Constructors

Work.fromJson(Map<String, dynamic> json)
The default constructor.
factory

Properties

company String?
The name of the company.
final
companyID String?
The id of the company.
final
companySize int?
The size of the company, in amount of employees.
final
description String?
The description of this employment.
final
endDate DateTime?
The date when this employment ended.
final
hashCode int
The hash code for this object.
no setterinherited
industry String?
The name of the industry in which this employment is categorized.
final
isCurrent bool?
Whether this employment is the current employment of the individual.
final
location String?
The location where this employment occurs.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate DateTime?
The date when this employment started.
final
title String?
The title of the employment.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Convert this object to a JSON object.
toString() String
A string representation of this object.
inherited

Operators

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