SabowslaApp class
Constructors
- SabowslaApp(String token, {required SabowslaOptions options})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- options → SabowslaOptions
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token → String
-
final
Methods
-
getHeaders(
) → Map< String, String> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toJsonString(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromApiResponse(
Map< String, dynamic> json, SabowslaOptions options, [String cloudEnpoint = sabowslaCloudApiUrl]) → SabowslaApp? -
fromJson(
Map< String, dynamic> json) → SabowslaApp? -
fromJsonString(
String json) → SabowslaApp?