ClientController class

Mixed-in types

Constructors

ClientController({required String name, required List<ClientMethod> methods, required bool isExcluded})
ClientController.fromMeta(MetaRoute route, List<ClientLifecycleComponent> parentComponents)
factory

Properties

extractors List<ExtractImport?>
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
hasWebsockets bool
no setter
implementationName String
no setter
imports List<ClientImports?>
no setteroverride
interfaceName String
no setter
isExcluded bool
final
methods List<ClientMethod>
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
simpleName String
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
packageImports() Iterable<String>
inherited
pathImports() Iterable<String>
inherited
toString() String
A string representation of this object.
inherited

Operators

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