$DashboardApiClient class
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
-
$getWidgetItems_Request({ContentString<BuiltMap<String, String>>? sinceIds, int? limit, BuiltList<String>? widgets, bool? oCSAPIRequest})
→ Request
-
Get the items for the widgets.
-
$getWidgetItems_Serializer()
→ DynamiteSerializer<DashboardApiGetWidgetItemsResponseApplicationJson, void>
-
Builds a serializer to parse the response of $getWidgetItems_Request.
-
$getWidgetItemsV2_Request({ContentString<BuiltMap<String, String>>? sinceIds, int? limit, BuiltList<String>? widgets, bool? oCSAPIRequest})
→ Request
-
Get the items for the widgets.
-
$getWidgetItemsV2_Serializer()
→ DynamiteSerializer<DashboardApiGetWidgetItemsV2ResponseApplicationJson, void>
-
Builds a serializer to parse the response of $getWidgetItemsV2_Request.
-
$getWidgets_Request({bool? oCSAPIRequest})
→ Request
-
Get the widgets.
-
$getWidgets_Serializer()
→ DynamiteSerializer<DashboardApiGetWidgetsResponseApplicationJson, void>
-
Builds a serializer to parse the response of $getWidgets_Request.
-
getWidgetItems({ContentString<BuiltMap<String, String>>? sinceIds, int? limit, BuiltList<String>? widgets, bool? oCSAPIRequest})
→ Future<DynamiteResponse<DashboardApiGetWidgetItemsResponseApplicationJson, void>>
-
Get the items for the widgets.
-
getWidgetItemsV2({ContentString<BuiltMap<String, String>>? sinceIds, int? limit, BuiltList<String>? widgets, bool? oCSAPIRequest})
→ Future<DynamiteResponse<DashboardApiGetWidgetItemsV2ResponseApplicationJson, void>>
-
Get the items for the widgets.
-
getWidgets({bool? oCSAPIRequest})
→ Future<DynamiteResponse<DashboardApiGetWidgetsResponseApplicationJson, void>>
-
Get the widgets.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited