FlavorValues constructor

FlavorValues({
  1. String? baseUrl,
  2. bool showBanner = false,
})

Implementation

FlavorValues({this.baseUrl, this.showBanner = false});