Endpoint class

Annotations
  • @JsonSerializable.new()

Constructors

Endpoint({required String path, required String method, required String name, required String responseType, required List<Parameter> parameters, required bool requiresAuthentication, String? requestType, String? paramsType})
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
hasParams → bool
no setter
hasRequest → bool
no setter
headerParameters → List<Parameter>
no setter
isInFunctionsObjects → bool
no setter
method → String
final
name → String
final
parameters → List<Parameter>
final
paramsType → String?
final
path → String
final
pathParameters → List<Parameter>
no setter
pathWithParams → String
no setter
queryParameters → List<Parameter>
no setter
requestType → String?
final
requiresAuthentication → bool
final
responseType → String
final
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
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

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