CapabilityUpdateOptions constructor

const CapabilityUpdateOptions({
  1. List<String>? expand,
  2. bool? requested,
})

Implementation

const CapabilityUpdateOptions({
  this.expand,
  this.requested,
});