SimApiRouteStorage class

Constructors

SimApiRouteStorage.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getBaseRoute(String route) String?
Retrieves the base route for a given route.
getRouteConfig(String route) SimApiRouteConfig?
Retrieves the configuration for a given route.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerRoute(String route, {SimApiRouteConfig? routeConfig}) → void
Registers a new route with optional configuration.
toString() String
A string representation of this object.
inherited

Operators

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