WebToken constructor

WebToken({
  1. List<String>? enabledFeatures,
  2. String? name,
  3. String? parentFrameUrl,
  4. List<String>? permissions,
  5. String? value,
})

Implementation

WebToken({
  this.enabledFeatures,
  this.name,
  this.parentFrameUrl,
  this.permissions,
  this.value,
});