WorksdataConfig class

A configuration class. Pass in this class as configuration.

token: A secret token used to communicate with API. env: 'DEV', 'QA', 'PROD', determine where to log.

Constructors

WorksdataConfig({String? token, WorksdataEnv? env})

Properties

env WorksdataEnv?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String?
final

Methods

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

Operators

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