ServicesApi class
Constructors
- ServicesApi([ApiClient? apiClient])
Properties
Methods
-
createService(
NewServiceModel newService, {Object? authorization}) → Future< ServiceModel?> - Parameters:
-
getService(
int serviceId, {Object? authorization}) → Future< ServiceModel> - Parameters:
-
getServices(
{Object? authorization}) → Future< List< ServiceModel> > - Parameters:
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateService(
UpdatedServiceModel service, {required Object authorization}) → Future< void> - Parameters:
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited