MoorInspectorBuilder class

Builder for the moor inspector

Constructors

MoorInspectorBuilder()

Properties

bundleId String?
The application id of the application, used to identify process in the plugin
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon String?
The icon to use for this server, rendered in the plugin. Eg: flutter for the built-in flutter icon
getter/setter pair
port int
The port the inspector must run on, use 0 (default) to let the server choose an open port. The server announcement manager will expose the system port
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addDatabase(String name, GeneratedDatabase database) → void
Adds the moor database to the inspector. The name parameter is used in the plugin to display the database
build() MoorInspector
Builds the moor inspector
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