AtomicDeeplink class

Deeplink users into a specific step

Constructors

Properties

companyId String?
Required if the step is login_company. Accepts the ID of the company.
final
companyName String?
Required if the step is search_payroll or login_payroll. Accepts a string of the company name.
final
connectorId String?
Required if the step is login_payroll.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
step AtomicDeeplinkStep
final

Methods

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

Operators

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