Organization class

Organization / job.

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.
read / write
department String
Department.
read / write
hashCode int
The hash code for this object. [...]
read-only, override
jobDescription String
Job description (Android only).
read / write
officeLocation String
Office location (Android only).
read / write
phoneticName String
Phonetic company name (Android and iOS10+ only).
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
symbol String
Ticker symbol (Android only).
read / write
title String
Job title.
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.
override
toVCard() List<String>

Operators

operator ==(Object o) bool
The equality operator. [...]
override