Organization class

An organization or job.

Android allows multiple jobs while iOS supports only one.

FieldAndroidiOS
company
title
department
jobDescription
symbol
phoneticName
officeLocation
Annotations

Constructors

Organization({String company: "", String title: "", String department: "", String jobDescription: "", String symbol: "", String phoneticName: "", String officeLocation: ""})
Organization.fromJson(Map<String, dynamic> json)
factory

Properties

company String
Company name
@JsonKey(defaultValue: ""), read / write
department String
Department at the company
@JsonKey(defaultValue: ""), read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
jobDescription String
Job description
@JsonKey(defaultValue: ""), read / write
officeLocation String
Office location as a free-form address
@JsonKey(defaultValue: ""), read / write
phoneticName String
Phonetic name of the company name
@JsonKey(defaultValue: ""), read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
symbol String
Ticker or stock symbol
@JsonKey(defaultValue: ""), read / write
title String
Position / job title
@JsonKey(defaultValue: ""), read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toJson() Map<String, dynamic>
toString() String
Returns a string representation of this object.
inherited

Operators

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