ServerPublic constructor

const ServerPublic({
  1. required String path,
})

Implementation

const ServerPublic({
  required this.path,
});