NamespaceLifecycleState constructor

NamespaceLifecycleState({
  1. String? code,
})

Implementation

NamespaceLifecycleState({
  this.code,
});