ReedmaceStructure constructor

ReedmaceStructure(
  1. String server,
  2. String sharedLibrary,
  3. String generatedClient,
  4. String application,
)

Implementation

ReedmaceStructure(
    this.server, this.sharedLibrary, this.generatedClient, this.application);