AddAPI class

Constructors

AddAPI()

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

addAPICall({required String apiType, required String endPoint, required String apiName, required String featureName, required String responseModelName, required String shimmerChoice, required String requestModelName, required String apiMethodName}) Future<void>
generateApiCallCode({required String apiMethod, required String apiEndPoint, required String apiName}) Future<void>
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