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.
getter/setter pair
department String
Department.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
jobDescription String
Job description (Android only).
getter/setter pair
officeLocation String
Office location (Android only).
getter/setter pair
phoneticName String
Phonetic company name (Android and iOS10+ only).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Ticker symbol (Android only).
getter/setter pair
title String
Job title.
getter/setter pair

Methods

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

Operators

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