Environment constructor
Implementation
Environment({
this.localApiBaseUrl = '',
this.devApiBaseUrl = '',
this.stagingApiBaseUrl = '',
this.productionApiBaseUrl = '',
});
Environment({
this.localApiBaseUrl = '',
this.devApiBaseUrl = '',
this.stagingApiBaseUrl = '',
this.productionApiBaseUrl = '',
});