context property
      
      MirrorContext
      get
      context
      
    
    
The RuntimeContext available during the build process.
Implementation
MirrorContext get context => RuntimeContext.current as MirrorContext;The RuntimeContext available during the build process.
MirrorContext get context => RuntimeContext.current as MirrorContext;