CarpenterCommandResult constructor

const CarpenterCommandResult({
  1. String? message,
  2. FutureOr<void> undo()?,
  3. Set<String> refreshScopes = const {},
  4. bool blockingEffect = false,
})

Implementation

const CarpenterCommandResult({
  this.message,
  this.undo,
  this.refreshScopes = const {},
  this.blockingEffect = false,
});