AltibbiService class

The AltibbiService class provides methods for initializing and managing the Altibbi service.

Constructors

AltibbiService.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Properties

authToken String?
getter/setter pair
lang String?
getter/setter pair
sinaModelEndPointUrl String?
getter/setter pair
url String?
getter/setter pair

Static Methods

init({required String token, required String baseUrl, String language = 'en', String sinaModelEndPoint = ""}) → void
Initializes the Altibbi service with the specified parameters.