ScopeLifecycleState constructor

ScopeLifecycleState({
  1. String? code,
})

Implementation

ScopeLifecycleState({
  this.code,
});