ClientServer class
- Mixed-in types
Constructors
-
ClientServer({required List<
ClientController> controllers, required ClientApp app}) - ClientServer.fromMeta(RevaliContext context, MetaServer server)
-
factory
Properties
- app → ClientApp
-
final
-
controllers
→ List<
ClientController> -
final
-
extractors
→ List<
ExtractImport?> -
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasWebsockets → bool
-
no setter
-
imports
→ List<
ClientImports?> -
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
allImports(
{Iterable< String> additionalPackages = const [], Iterable<String> additionalPaths = const []}) → String -
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