Configuration constructor

Configuration({
  1. String? configurationVersion,
  2. Uint8List? content,
  3. String? contentType,
})

Implementation

Configuration({
  this.configurationVersion,
  this.content,
  this.contentType,
});