ResourceControllerOperation class Null safety
Constructors
-
ResourceControllerOperation({required List<
AuthScope> ? scopes, required List<String> pathVariables, required String httpMethod, required String dartMethodName, required List<ResourceControllerParameter> positionalParameters, required List<ResourceControllerParameter> namedParameters, required Future<Response?> invoker(ResourceController resourceController, ResourceControllerOperationInvocationArgs args)})
Properties
- dartMethodName → String
-
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- httpMethod → String
-
final
-
invoker
→ Future<
Response?> Function(ResourceController resourceController, ResourceControllerOperationInvocationArgs args) -
final
-
namedParameters
→ List<
ResourceControllerParameter> -
final
-
pathVariables
→ List<
String> -
final
-
positionalParameters
→ List<
ResourceControllerParameter> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
scopes
→ List<
AuthScope> ? -
final
Methods
-
isSuitableForRequest(
String? requestMethod, List< String?> requestPathVariables) → bool - Checks if a request's method and path variables will select this binder.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited