Endpoint class Null safety

Annotations

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.
read-onlyinherited
hasParams bool
read-only
hasRequest bool
read-only
headerParameters List<Parameter>
read-only
isInFunctionsObjects bool
read-only
method String
final
name String
final
parameters List<Parameter>
final
paramsType String?
final
path String
final
pathParameters List<Parameter>
read-only
pathWithParams String
read-only
queryParameters List<Parameter>
read-only
requestType String?
final
requiresAuthentication bool
final
responseType String
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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