WsAnnot class abstract

Implemented types
Implementers

Constructors

WsAnnot()

Properties

charset String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
methods List<String>
Methods handled by the route
finalinherited
mimeType String?
finalinherited
path String
Path of the route
finalinherited
pathRegEx Map<String, String>?
Map of regular expression matchers for specific path segment
finalinherited
responseProcessor ResponseProcessor?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode int?
finalinherited

Methods

cloneWith({String? path, List<String>? methods, Map<String, String>? pathRegEx, int? statusCode, String? mimeType, String? charset, ResponseProcessor? responseProcessor}) HttpMethod
inherited
makeHandler(WsOnConnect onConnect) RouteHandler
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