Analysis constructor

Analysis(
  1. BaseClient client,
  2. String baseUrl
)

Implementation

Analysis(this.client, this.baseUrl);