ResourceControllerOperation class

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.
no setterinherited
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.
no setterinherited
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 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