Organization class Null safety
Organization / job.
Constructors
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
Operators
-
operator ==(
Object o) → bool -
The equality operator. [...]
override