serverConstruct function

Construct<RevaliDirectory<AnyFile>> serverConstruct([
  1. ConstructOptions? option
])

Implementation

Construct serverConstruct([ConstructOptions? option]) {
  final options = Options.fromJson(option?.values);

  return RevaliServerConstruct(options);
}