Application constructor

Application({
  1. String? baseUri,
  2. String? fullUri,
})

Implementation

Application({this.baseUri, this.fullUri});