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-onlyoverride
- 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-onlyinherited
- 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 -
A string representation of this object.
override
-
toVCard(
) → List< String>
Operators
-
operator ==(
Object o) → bool -
The equality operator.
override