build method

MoorInspector build()

Builds the moor inspector

Implementation

MoorInspector build() {
  if (bundleId == null) {
    throw ArgumentError('bundleId must not be null!');
  }
  return MoorInspector._(port, bundleId!, icon, _databases);
}